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:
authorOlivier Paroz <github@oparoz.com>2015-06-25 22:25:08 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-15 17:52:01 +0300
commit7cb55cb86af2e7b6e9d69520225555e38de015dd (patch)
tree532ec360e629bc90f74150ba2cca00aba31bf64f /js/gallerybutton.js
parent27e1dc96ce7193211864890c4129358c551f8078 (diff)
Adding the class is enough
Diffstat (limited to 'js/gallerybutton.js')
-rw-r--r--js/gallerybutton.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/gallerybutton.js b/js/gallerybutton.js
index 8f45de63..ca0d29a5 100644
--- a/js/gallerybutton.js
+++ b/js/gallerybutton.js
@@ -72,7 +72,6 @@ $(document).ready(function () {
GalleryButton.button.click(function () {
$(this).addClass('loading');
- $(this).find('img').attr('src', OC.imagePath('core', 'loading-small.gif'));
window.location.href = GalleryButton.url;
});