diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-08 08:03:27 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-08 08:03:27 -0400 |
| commit | 37a7d1592639723d78842b9723bd689b6462bc17 (patch) | |
| tree | bb5aa7c12d59ac9cb329d5a8c9dc46b69e8ee654 /www/js/DataModel.js | |
| parent | 148c6fcb5b6b815d69e59c38e6f5e0edbc1294f4 (diff) | |
#606 event montage updates
Diffstat (limited to 'www/js/DataModel.js')
| -rwxr-xr-x | www/js/DataModel.js | 2 |
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(); } |
