From 0352e45513762cbcf7f8441a7073be27a4293bc8 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sat, 26 Mar 2016 17:15:18 +0100 Subject: Fixed error handling on image thumbnails. Replaced jquery-lazyload with jquery.lazy which provides an onError event handler. --- templates/images.tmpl | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'templates/images.tmpl') diff --git a/templates/images.tmpl b/templates/images.tmpl index 7de8bd3..4dee28f 100644 --- a/templates/images.tmpl +++ b/templates/images.tmpl @@ -3,15 +3,14 @@ #extends templates.base #def head - + #end def @@ -20,7 +19,7 @@ #if len($files)
#for file in $files -
$file.filename
+
$file.filename
#end for
#else -- cgit v1.2.3