diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-15 05:42:32 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-15 05:42:32 -0500 |
| commit | 03934c48067fc485b56ef25ec93b302451bdd5c5 (patch) | |
| tree | 7a7ad102462a1d2f230f48cd50c5366b6385166b /www/js/MontageCtrl.js | |
| parent | 3c3fc4bbd6ca9b8026bfc6214aa96c2cc7e36ef8 (diff) | |
nits
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 3ff8d85d..5ec2ed41 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -197,6 +197,9 @@ angular.module('zmApp.controllers') function forceReloadPage() { + + //return; + if ($scope.isDragabillyOn) { NVRDataModel.debug("not reloading, edit in progress"); return; |
