From db661558ee14f63a35936352f01a1c9d629307de Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 22 Sep 2014 11:30:42 -0400 Subject: [PATCH] fix for old jquery ui --- Toolkit/Photos/Display.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Toolkit/Photos/Display.php b/Toolkit/Photos/Display.php index 5f88ba4..b64ba1e 100644 --- a/Toolkit/Photos/Display.php +++ b/Toolkit/Photos/Display.php @@ -189,8 +189,8 @@ class Toolkit_Photos_Display . 'Toolkit/Photos/css/style.css'; $GLOBALS['styleSheets'][] = $this->baseURL . 'css/contactform.css'; - $GLOBALS['topScripts'][] = $this->glmAppBaseURL - . 'libjs/jqueryui/1.8.13/js/jquery-ui-1.8.13.custom.min.js'; + //$GLOBALS['topScripts'][] = $this->glmAppBaseURL + // . 'libjs/jqueryui/1.8.13/js/jquery-ui-1.8.13.custom.min.js'; $tpl = new HTML_Template_Flexy($this->flexyOptions); $tpl->compile(self::PHOTO_GALLERY_WRAPPER_TPL); -- 2.17.1