diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2016-01-15 14:20:37 +0530 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2016-01-15 14:20:37 +0530 |
| commit | bbc2e7deb5cd0a31e49b033fbc534cc6c8611ece (patch) | |
| tree | 6538bb187cd4b672c528f1e3bcb1aee75a587e6a /www/templates/monitors-modal.html | |
| parent | 73f08ac8d8f4d2995cac1eb5f58e9879c36f305f (diff) | |
#131 - make sure images are not pulled in background mode
Former-commit-id: 115c74770f9023d1acebb0987bd855e2b310fa45
Diffstat (limited to 'www/templates/monitors-modal.html')
| -rw-r--r-- | www/templates/monitors-modal.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 5b7d5670..e5beecfd 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -17,7 +17,7 @@ <div ng-if="$root.authSession!='undefined'"> - <div ng-if="!animationInProgress" > + <div ng-if="!animationInProgress && !isBackground()" > <img style="width:100vw; height:100vh" imageonload="finishedLoadingImage()" image-spinner-loader="lines" @@ -26,7 +26,7 @@ on-swipe-right="onSwipe(monitorId,-1)" /> </div> - <div ng-if="animationInProgress"> + <div ng-if="animationInProgress || isBackground()"> <img style="width:100vw; height:100vh" ng-src="img/pausevideo.png" class="object-fit_contain" |
