diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-08-23 12:43:45 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-08-23 12:43:45 -0400 |
| commit | 72e5f2d0af223b830b43f4aaea64f29784993c1f (patch) | |
| tree | 003588df65c14934fa89dcef9ba734cc8456a45f /www | |
| parent | af1a34cb8178f4aca94aa36465997dc12905881d (diff) | |
typo fix
Diffstat (limited to 'www')
| -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 |
