diff options
| author | lucas_nz <lucas_nz@outlook.com> | 2020-10-10 23:53:13 +1300 |
|---|---|---|
| committer | lucas_nz <lucas_nz@outlook.com> | 2020-10-10 23:53:13 +1300 |
| commit | 958ff8c24307c097b47ee6135f5e76fea3b279a8 (patch) | |
| tree | 212bddd2a16f7af8432ec7e8f3e5b0d7540129d2 /www/templates | |
| parent | 2bf676cb16d1477f3cac47c5fa905ab95e467222 (diff) | |
| parent | 0711179c6e1104f4e1954c7a0685f40ed25c0851 (diff) | |
Merge branch 'master' of git@github.com:pliablepixels/zmNinja.git
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events-modal.html | 6 | ||||
| -rw-r--r-- | www/templates/monitors-modal.html | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 24df4b1e..de0f74c9 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -201,7 +201,7 @@ <i class="ion-ios-loop-strong"></i>-{{loginData.gapless? ('kOn' | translate): ('kOff' | translate)}}</a> </li> <li ng-if="isToggleListMenu"> - <a href="" ng-click="saveEventImageToPhoneWithPerms(false, 'any')"> + <a href="" ng-click="saveEventImageWithPerms(false, currentEvent.Event.Id)"> <i class="ion-camera"></i> </a> </li> @@ -209,14 +209,14 @@ <li ng-if="isToggleListMenu && defaultVideo !='' && defaultVideo != undefined"> - <a href="" ng-click="saveEventVideoToPhoneWithPerms()"> + <a href="" ng-click="saveEventVideoWithPerms(currentEvent.Event.Id)"> <i class="ion-android-download"></i> </a> </li> <li ng-if="defaultVideo=='' && isToggleListMenu"> - <a href="" ng-click="saveEventImageToPhoneWithPerms(true)"> + <a href="" ng-click="saveEventImageWithPerms(true, currentEvent.Event.Id)"> <i class="ion-android-notifications"></i> </a> </li> diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 84c9049a..0da43cfd 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -98,7 +98,7 @@ </li> <li ng-if="isToggleListMenu"> - <a id='testaut_monitormodal_camera_button' href="" ng-click="saveImageToPhoneWithPerms(monitorId)"> + <a id='testaut_monitormodal_camera_button' href="" ng-click="saveLiveImageToPhoneWithPerms(monitorId)"> <i class="icon ion-ios-camera"></i> </a> </li> |
