fix for old jquery ui
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 22 Sep 2014 15:30:42 +0000 (11:30 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 22 Sep 2014 15:30:42 +0000 (11:30 -0400)
Toolkit/Photos/Display.php

index 5f88ba4..b64ba1e 100644 (file)
@@ -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);