summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-08 08:03:27 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-08 08:03:27 -0400
commit37a7d1592639723d78842b9723bd689b6462bc17 (patch)
treebb5aa7c12d59ac9cb329d5a8c9dc46b69e8ee654 /www/js/DataModel.js
parent148c6fcb5b6b815d69e59c38e6f5e0edbc1294f4 (diff)
#606 event montage updates
Diffstat (limited to 'www/js/DataModel.js')
-rwxr-xr-xwww/js/DataModel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 55485aba..393cfd89 100755
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -1573,7 +1573,7 @@ angular.module('zmApp.controllers')
regenConnKeys: function () {
- ddebug ("Regenerating connkeys...");
+ debug ("Regenerating connkeys...");
for (var i=0; i < monitors.length; i++){
monitors[i].Monitor.connKey = (Math.floor((Math.random() * 999999) + 1)).toString();
}