From 9f0172691266b92b5204e440c0b31188f0eeb4ac Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Tue, 18 Aug 2015 20:40:25 -0400 Subject: This is a HOLY SHIT update. I broke something, really bad in montage view. I hope I fixed it. --- www/js/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index b10536ec..89e85f59 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -124,9 +124,8 @@ angular.module('zmApp', [ }); - // show an image-missing image FIXME: never seems to get called + // show an image-missing image $element.bind('error',function () { - loader.remove(); imageLoadingDataShare.set(0); -- cgit v1.2.3