From e4f1a3b01d4d50587887f8929dfd4341720da6e4 Mon Sep 17 00:00:00 2001 From: Sven Rhinow Date: Wed, 11 Jan 2017 13:11:16 +0100 Subject: [PATCH] =?UTF-8?q?Kompatibilit=C3=A4t=20jQuery=20/=20Mootools=20v?= =?UTF-8?q?erbessert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ModuleSRLayer.php | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/ModuleSRLayer.php b/ModuleSRLayer.php index 7e92469..65273e8 100755 --- a/ModuleSRLayer.php +++ b/ModuleSRLayer.php @@ -206,8 +206,27 @@ class ModuleSRLayer extends \Module $GLOBALS['TL_JAVASCRIPT'][] = $jsSource; } - if((int) $this->srl_delay > 0) $GLOBALS['TL_JQUERY'][] = ''; - else $GLOBALS['TL_JQUERY'][] = ''; + if((int) $this->srl_delay > 0) $GLOBALS['TL_JQUERY'][] = ' + '; + else $GLOBALS['TL_JQUERY'][] = ' + '; } // ansonsten Mootools -- GitLab