]> www.vanbest.org Git - motioneye-debian/commitdiff
clicking the camera settings button cancels any previously pending
authorCalin Crisan <ccrisan@gmail.com>
Sun, 15 Feb 2015 12:33:35 +0000 (14:33 +0200)
committerCalin Crisan <ccrisan@gmail.com>
Sun, 15 Feb 2015 12:33:35 +0000 (14:33 +0200)
setting changes

static/js/main.js

index 5eb0823afb872069cdaf0c9fde5b627c7b1305ec..1f35284890fd68ae25bfcd137ea24960d7b1006b 100644 (file)
@@ -3047,6 +3047,9 @@ function doConfigureCamera(cameraId) {
         return;
     }
     
+    hideApply();
+    pushConfigs = {};
+    
     openSettings(cameraId);
 }