Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-07-22 14:34:05 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-07-22 14:34:05 +0300
commit74410e7ede7c7e36b6600936044ccd2405c56fe7 (patch)
treef64a1bfdfcdf707ab0dc8027f88ce0503f7c582c
parentfded75b7b165ca11bb8236cee9e77266a271fa81 (diff)
parent84a8b5ab612d49db583942c3240568b96ea09e5b (diff)
Merge pull request #208 from owncloud/backport-ie11v8.1.1beta1v8.1.1beta
[stable8.1] Make compatible with IE 11
-rw-r--r--js/thumbnail.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/thumbnail.js b/js/thumbnail.js
index f2bda1d6..24d9cc65 100644
--- a/js/thumbnail.js
+++ b/js/thumbnail.js
@@ -56,6 +56,7 @@ Thumbnail.loadBatch = function (paths, square, token) {
}, {escape:false});
var eventSource = new OC.EventSource(url);
+ eventSource.listen('done', function (data) {});
eventSource.listen('preview', function (data) {
var path = data.image;
var extension = path.substr(path.length - 3);