diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-26 14:39:41 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-26 14:39:41 -0500 |
| commit | e3bbbf419adae4f391c786d94db4acd7b88a0355 (patch) | |
| tree | 40b70c3805e8c098cfb4e6103301cfb0e5f3b7b4 /www/js/app.js | |
| parent | 1009cd07dd8beae0eee2a7b7f677da7c03b88b43 (diff) | |
various updates to video downloads, including device compatibility (android) #383
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js index 53a229c0..1b30dea7 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -72,8 +72,8 @@ angular.module('zmApp', [ monitorRunningColor: '#4CAF50', monitorErrorColor: '#795548', montageScaleFrequency: 300, - eventsListDetailsHeight: 200.0, - eventsListScrubHeight: 300, + eventsListDetailsHeight: 230.0, + eventsListScrubHeight: 330, loginScreenString: "var currentView = 'login'", // Isn't there a better way? desktopUrl: "/zm", desktopApiUrl: "/api/zm", |
