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-07-05 01:10:11 +0300
committerOlivier Paroz <github@oparoz.com>2015-07-05 01:10:11 +0300
commit17b9d8e03af9041d1c627228a0a5e6f3179dfd8b (patch)
treeec777512b1b27ae5bdd49e4d40327b28d443a0db /templates
parent38887db086860e1ec5dce80d6bab4097b975b5f3 (diff)
Focus on modern browsers for native SVG
Includes a fallback and an error message
Diffstat (limited to 'templates')
-rw-r--r--templates/slideshow.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/slideshow.php b/templates/slideshow.php
index df8a7d68..cb06d692 100644
--- a/templates/slideshow.php
+++ b/templates/slideshow.php
@@ -8,8 +8,5 @@
<input type="button" class="svg changeBackground icon-view-toggle-background"/>
<div class="progress icon-view-pause"/>
- <div class="notification">
- <strong>Error!</strong> Could not generate a preview of this file.<br>Please go to the next
- slide while we remove this image from the slideshow
- </div>
+ <div class="notification"></div>
</div>