diff options
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 06d20e57..d1afce9e 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -279,6 +279,17 @@ angular.module('zmApp.controllers') } } + else // if there are no packery positions, make sure all are displayed! + { + debug ("no packery profile, making sure monitors are show"); + for (var m1 = 0; m1 < monitors.length; m1++) + { + monitors[m1].Monitor.listDisplay = 'show'; + + } + + + } } function setLogin(newLogin) |
