summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-11-24 15:25:35 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-11-24 15:25:35 -0500
commitddbdd88eb982cc29ada22d4304e0f2f6cb786658 (patch)
tree93f16ea4131d079a6ca7fd42ec1717a27682293c /www/js/app.js
parentaed448120b79f19faa8f28343bcc80c819f9139c (diff)
image cleanup
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 86617745..604912a0 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -201,7 +201,7 @@ angular.module('zmApp', [
angular.forEach(input, function (item) {
- if ((item.Monitor.Function != 'None') && (item.Monitor.Enabled != '0') && (item.Monitor.eventUrl != 'img/noevent.png') && (item.Monitor.listDisplay != 'noshow')) {
+ if ((item.Monitor.Function != 'None') && (item.Monitor.Enabled != '0') && (item.Monitor.eventUrl != 'img/noimage.png') && (item.Monitor.listDisplay != 'noshow')) {
out.push(item);
}
@@ -523,7 +523,7 @@ angular.module('zmApp', [
loader.remove();
- var url = 'img/novideo.png';
+ var url = 'img/noimage.png';
var w = $attributes.imgSpinnerW;
@@ -597,7 +597,7 @@ angular.module('zmApp', [
$element[0].style.backgroundImage = 'url(' + $attributes.imageSpinnerSrc + ')';
- //$element[0].style.backgroundImage = 'url(' + 'img/novideo.png'+ ')';
+ //$element[0].style.backgroundImage = 'url(' + 'img/noimage.png'+ ')';
};