From 3a03e59e5616b3829a6d94c2482c8646ac7cb850 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Sat, 13 May 2017 14:03:40 +0000 Subject: [PATCH] =?UTF-8?q?Kleine=20Korrekturen=20f=C3=BCr=20die=20Thumbna?= =?UTF-8?q?ils?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/ahd.js | 4 ++-- templates/thumb.phtml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/ahd.js b/js/ahd.js index 5f87011..ab0fe37 100644 --- a/js/ahd.js +++ b/js/ahd.js @@ -409,8 +409,8 @@ var thumbPage = { $('.clearfix', thumbElement).remove(); - $.each(thumbImages, function(key, image) { - if($(image).offset().left <= left) { + $.each(thumbImages, function (key, image) { + if ($(image).offset().left <= left) { $(image).parent().before('
'); } left = $(image).offset().left; diff --git a/templates/thumb.phtml b/templates/thumb.phtml index f2b6877..663b82a 100644 --- a/templates/thumb.phtml +++ b/templates/thumb.phtml @@ -39,5 +39,5 @@ if ($this->isEditable === true) } ?> -
 
+