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 <oparoz@users.noreply.github.com>2016-03-03 05:19:43 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2016-03-03 05:19:43 +0300
commitf069b3c5d31e66efb5769b651219d480086558eb (patch)
tree819eb520de8022a643fd0c9b376809412bca3906 /templates
parent66a9550e66f2a5409faf643f203cf08e05c91952 (diff)
parentd982e0e976ab91ecbf52d5917bbdebad79351035 (diff)
Merge pull request #553 from owncloud/next-9.1
Improve the photowall
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php1
-rw-r--r--templates/public.php2
2 files changed, 0 insertions, 3 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index a1a92ce8..1e1ecad4 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -99,5 +99,4 @@ style(
</div>
<div id="gallery" class="hascontrols"></div>
<div id="emptycontent" class="hidden"></div>
-<div id="loading-indicator" class="loading"></div>
<input type="hidden" name="allowShareWithLink" id="allowShareWithLink" value="yes"/>
diff --git a/templates/public.php b/templates/public.php
index 3c007353..ff92420c 100644
--- a/templates/public.php
+++ b/templates/public.php
@@ -151,11 +151,9 @@ style(
data-token="<?php isset($_['token']) ? p($_['token']) : p(false) ?>">
</div>
<div id="emptycontent" class="hidden"></div>
- <div id="loading-indicator" class="loading"></div>
</div>
</div>
<footer>
<p class="info"><?php print_unescaped($theme->getLongFooter()); ?></p>
</footer>
</div>
-