diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-10-01 22:36:01 +0200 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-10-01 22:36:01 +0200 |
commit | 339d417420ae139d586e3409dc3b03bb65df48fa (patch) | |
tree | ecffed363a76a81cf3c1e49002d9233e98a72bfd /apps/gallery/templates | |
parent | 83e7f9d54a7275d88880419e7a3f36b1d39cdc14 (diff) | |
download | nextcloud-server-339d417420ae139d586e3409dc3b03bb65df48fa.tar.gz nextcloud-server-339d417420ae139d586e3409dc3b03bb65df48fa.zip |
removing add new album button, removing logs, and unused code
Diffstat (limited to 'apps/gallery/templates')
-rw-r--r-- | apps/gallery/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gallery/templates/index.php b/apps/gallery/templates/index.php index fc92479e3bf..97869907557 100644 --- a/apps/gallery/templates/index.php +++ b/apps/gallery/templates/index.php @@ -5,7 +5,7 @@ OC_Util::addScript('gallery', 'album_cover'); ?> <div id="controls"> - <input type="button" value="New album" onclick="javascript:createNewAlbum();" /> + <!-- <input type="button" value="New album" onclick="javascript:createNewAlbum();" />--> <input type="button" value="Rescan" onclick="javascript:scanForAlbums();" /><br/> </div> <div id="gallery_list"> |