summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-04-02 10:49:25 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-04-02 10:49:25 -0400
commit54a54a2907cbf8f07cab2c05dd478570c78cf3f1 (patch)
tree18dd08033f2d96ab48f7634480bf306a82f68203 /www/templates
parent29ac5329274d129b3c85eeda480048c6c7687cc5 (diff)
#801 final cleanups, some test aut stuff too
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/events.html2
-rw-r--r--www/templates/menu.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/events.html b/www/templates/events.html
index 394dfa14..62249598 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -198,7 +198,7 @@
<br />
<div class="videogular-container">
<videogular vg-theme="event.Event.video.config.theme" vg-plays-inline="'true'" vg-auto-play="'true'"
- vg-responsive="true" vg-player-ready="readyToPlay($API)">
+ vg-responsive="true" vg-can-play="eventCanPlay()" vg-player-ready="readyToPlay($API)">
<vg-overlay-play></vg-overlay-play>
<vg-controls>
<vg-play-pause-button></vg-play-pause-button>
diff --git a/www/templates/menu.html b/www/templates/menu.html
index 25df3422..9c780310 100644
--- a/www/templates/menu.html
+++ b/www/templates/menu.html
@@ -35,7 +35,7 @@
<!--<ion-item ng-click="navigateView('app.timeline')" menu-close>-->
- <ion-item id="menu-move-2" href="#/app/timeline" ng-click="go('/app/timeline')">
+ <ion-item id="testaut_menu_timeline" href="#/app/timeline" ng-click="go('/app/timeline')">
<span class=" item-icon-left">
<i class="icon ion-android-time"></i>
</span>{{'kMenuTimeline'|translate}}
@@ -136,7 +136,7 @@
</div>
<!--<ion-item nav-clear menu-close ng-click="navigateView('app.log')" >-->
- <ion-item id="menu-move-12" nav-clear href="#/app/log" ng-click="go('/app/log')">
+ <ion-item id="testaut_menu_logs" nav-clear href="#/app/log" ng-click="go('/app/log')">
<span class=" item-icon-left">
<i class="icon ion-clipboard"></i>
</span> {{'kMenuLogs'|translate}}