mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-18 03:25:02 -04:00
Chore: Removed extra spaces (panzoom.js)
This commit is contained in:
@@ -177,9 +177,9 @@ var zmPanZoom = {
|
||||
setTouchAction: function(el) {
|
||||
const currentScale = el.getScale().toFixed(1);
|
||||
if (currentScale == 1) {
|
||||
el.setOptions({ touchAction: 'manipulation' });
|
||||
el.setOptions({touchAction: 'manipulation'});
|
||||
} else {
|
||||
el.setOptions({ touchAction: 'none' });
|
||||
el.setOptions({touchAction: 'none'});
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user