diff options
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index df1c681d..0ee9ee6b 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -442,7 +442,7 @@ angular.module('zmApp.controllers') var th = computeThumbnailSize(mw, mh, mo); myevents[i].Event.thumbWidth = th.w; myevents[i].Event.thumbHeight = th.h; - + } // in multiserver BasePath is login url for frames // http://login.url/index.php?view=frame&eid=19696772&fid=21 |
