From ddbdd88eb982cc29ada22d4304e0f2f6cb786658 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 24 Nov 2018 15:25:35 -0500 Subject: image cleanup --- www/js/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/js/app.js') 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'+ ')'; }; -- cgit v1.2.3