From: Steve Sutton Date: Mon, 22 Sep 2014 15:30:42 +0000 (-0400) Subject: fix for old jquery ui X-Git-Tag: v1.0.6.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=db661558ee14f63a35936352f01a1c9d629307de;p=web%2FStIgnaceBudgetHost.git fix for old jquery ui --- 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);