summaryrefslogtreecommitdiff
path: root/www/js/MonitorCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MonitorCtrl.js')
-rw-r--r--www/js/MonitorCtrl.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js
index 6b712507..79932c6a 100644
--- a/www/js/MonitorCtrl.js
+++ b/www/js/MonitorCtrl.js
@@ -406,6 +406,8 @@ angular.module('zmApp.controllers')
ZMDataModel.setAwake(false);
$scope.modal.remove();
$timeout (function() {ZMDataModel.zmLog("Stopping network pull...");if (ZMDataModel.isForceNetworkStop()) window.stop();},50);
+
+
};
//Cleanup the modal when we're done with it!
$scope.$on('$destroy', function () {