diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-02-28 23:02:02 +0100 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-02-28 23:02:30 +0100 |
commit | 2754cac21ffaba199b05526e0a8df5bcd4a25768 (patch) | |
tree | 61b1cd4f1ba5767d16cc669ab245b52bf0735022 /apps/gallery | |
parent | ea15c17149227373045dd6a5d08cf8e83c8a374b (diff) | |
download | nextcloud-server-2754cac21ffaba199b05526e0a8df5bcd4a25768.tar.gz nextcloud-server-2754cac21ffaba199b05526e0a8df5bcd4a25768.zip |
dialogs library for apps
Diffstat (limited to 'apps/gallery')
-rw-r--r-- | apps/gallery/templates/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gallery/templates/index.php b/apps/gallery/templates/index.php index 7cc7dad3ac6..1b8d53e82d4 100644 --- a/apps/gallery/templates/index.php +++ b/apps/gallery/templates/index.php @@ -5,7 +5,6 @@ OC_Util::addScript('gallery', 'album_cover'); $l = new OC_L10N('gallery'); ?> -<div id="notification"><div id="gallery_notification_text">Creating thumbnails</div></div> <div id="controls"> <div id="scan"> <div id="scanprogressbar"></div> |