summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/devoptions.html3
-rw-r--r--www/templates/events.html15
2 files changed, 2 insertions, 16 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html
index 22b5227a..e693301f 100644
--- a/www/templates/devoptions.html
+++ b/www/templates/devoptions.html
@@ -142,13 +142,14 @@
</ion-toggle>
</label>
+ <!--
<label>
<ion-toggle ng-model="loginData.enableGIFMP4" toggle-class="toggle-calm">
<span class="item-text-wrap">{{'kEnableGIFMP4' | translate}}
</span>
</ion-toggle>
</label>
-
+ -->
<label>
<ion-toggle ng-model="loginData.enableThumbs" toggle-class="toggle-calm">
diff --git a/www/templates/events.html b/www/templates/events.html
index 79c0ef8f..b3a0ea46 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -79,21 +79,6 @@
</span>
<br/>
- <!-- No longer needed - direct video download supported now
-
- <button ng-if="gifshotSupported && loginData.enableGIFMP4 " class="button button-small button-clear icon gif-icon" ng-click="permissionsDownload(event)">
- </button>
-
- <a ng-if="(event.Event.DefaultVideo!='' && event.Event.DefaultVideo!==undefined) && $root.platformOS=='desktop' && loginData.enableGIFMP4 "
- class="button button-clear button-small icon mp4-icon" href="{{event.Event.videoPath}}" download="{{event.Event.Id}}-video.mp4"
- ng-click="mp4warning()"></a>
- -->
-
-
- <button ng-if="event.Event.DefaultVideo!='' && event.Event.DefaultVideo!=undefined && $root.platformOS!='desktop' && loginData.enableGIFMP4 "
- class="button button-small button-clear icon mp4-icon" ng-click="downloadFileToDevice(event.Event.videoPath, event.Event.Id)">
- </button>
- <!--<i class="ion-arrow-graph-up-right"></i> {{event.Event.TotScore}}-->
</div>