projects
/
web
/
CedarvilleMarine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9b0f0
)
added external js to open links in new window
author
Ove Klykken
<ove@gaslightmedia.com>
Thu, 15 May 2014 20:14:22 +0000
(20:14 +0000)
committer
Ove Klykken
<ove@gaslightmedia.com>
Thu, 15 May 2014 20:14:22 +0000
(20:14 +0000)
Toolkit/Page.php
patch
|
blob
|
history
diff --git
a/Toolkit/Page.php
b/Toolkit/Page.php
index
c2b95ad
..
7b8ca21
100755
(executable)
--- a/
Toolkit/Page.php
+++ b/
Toolkit/Page.php
@@
-147,6
+147,7
@@
class Toolkit_Page
$GLOBALS['styleSheets'] = array();
// Resources needed for every page.
$GLOBALS['topScripts'][] = JQUERY_CDN_JS;
+ $GLOBALS['bottomScripts'][] = $this->glmAppBaseURL . 'libjs/external.js';
}
private function _video()