diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-11 12:32:45 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-11 12:32:45 -0400 |
| commit | 07654b2eaaba4890cbbc45dec70e5995fd36a655 (patch) | |
| tree | 3378df7035e5a00524ebf7ff7239daccdc25b700 /www/templates/events-modal.html | |
| parent | f9e03227e62d7f6c5c0cc381a897888c5efc3759 (diff) | |
cleanup and fixes to montage history
Former-commit-id: 440b7c8a70e4085afcdc7ed8e9b14eb979198177
Diffstat (limited to 'www/templates/events-modal.html')
| -rw-r--r-- | www/templates/events-modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 2c1c38c7..b71cf751 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -78,7 +78,7 @@ <div ng-if="( (defaultVideo=='') || (loginData.enableh264==false)) && (loginData.useNphZmsForEvents==true)"> <div id="event_canvas"> <canvas style="padding-left:23px; - padding-right:23px;" id="eventchart" width="auto" height="20px"></canvas> + padding-right:23px;" id="eventchart" width="auto" height="20"></canvas> </div> <div ng-if="checkEventOn" id="event_slider" data-tap-disabled="false"> <div class="range"> |
