summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-01-29 15:34:01 -0500
committerPliable Pixels <pliablepixels@gmail.com>2020-01-29 15:34:01 -0500
commit8162b584bee77e66a4b5d253fc66c5635d14e17c (patch)
tree9db6db4bf6e1bc94197688ee6be8bd68c7affc58 /www/js/app.js
parent148560ba1fbcbe7fb951b540eb749f9ee067808f (diff)
remove console logs, change var name
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 2f2746ec..ebe73e8c 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -585,7 +585,7 @@ angular.module('zmApp', [
loader.remove();
if ($attributes.imageonload) {
- console.log (">>>> IMAGE LOADED CBK");
+
$scope.$apply($attributes.imageonload);
// fn($scope, {});
}