From 2f83db3d5fb1c20fbbda93ef68661597bd0ee837 Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Wed, 20 May 2015 19:28:02 +0200 Subject: Adds the form which allows a user to add the shared files to his ownCloud Solution for #144 --- js/galleryview.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/galleryview.js') 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); } -- cgit v1.2.3