diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-18 20:40:25 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-18 20:40:25 -0400 |
| commit | 9f0172691266b92b5204e440c0b31188f0eeb4ac (patch) | |
| tree | 9ca2db0692d7227cd7c00b19ee2d67442e4e323d /www/js/app.js | |
| parent | f06a8bf3e6a7cb8d83bb8c41aa26809784bba35a (diff) | |
This is a HOLY SHIT update. I broke something, really bad in montage view. I hope I fixed it.
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 3 |
1 files changed, 1 insertions, 2 deletions
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); |
