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-05-20 20:28:02 +0300
committerOlivier Paroz <github@oparoz.com>2015-06-22 07:21:21 +0300
commit2f83db3d5fb1c20fbbda93ef68661597bd0ee837 (patch)
treea5f52862ad0a875b79a0fcd8ad94e8fede838c1e /js/galleryview.js
parent5f53377c3e9f098e086ee18a699aa1d20294ef71 (diff)
Adds the form which allows a user to add the shared files to his ownCloud
Solution for #144
Diffstat (limited to 'js/galleryview.js')
-rw-r--r--js/galleryview.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/galleryview.js b/js/galleryview.js
index 14ce832b..ca6f9d42 100644
--- a/js/galleryview.js
+++ b/js/galleryview.js
@@ -42,6 +42,8 @@
$('#album-info-button').click(Gallery.showInfo);
$('#sort-name-button').click(Gallery.sorter);
$('#sort-date-button').click(Gallery.sorter);
+ $('#save #save-button').click(Gallery.showSaveForm);
+ $('.save-form').submit(Gallery.saveForm);
}
this.viewAlbum(albumPath);
}