projects
/
web
/
StIgnaceBudgetHost.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5652d79
)
fix for old jquery ui
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 22 Sep 2014 15:30:42 +0000
(11:30 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 22 Sep 2014 15:30:42 +0000
(11:30 -0400)
Toolkit/Photos/Display.php
patch
|
blob
|
history
diff --git
a/Toolkit/Photos/Display.php
b/Toolkit/Photos/Display.php
index
5f88ba4
..
b64ba1e
100644
(file)
--- 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);