From: Ove Klykken Date: Thu, 15 May 2014 20:14:22 +0000 (+0000) Subject: added external js to open links in new window X-Git-Tag: v1.0~17 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=732ea9070dbf0fbd49cb4001529f2c3cce3cd003;p=web%2FCedarvilleMarine.git added external js to open links in new window --- diff --git a/Toolkit/Page.php b/Toolkit/Page.php index c2b95ad..7b8ca21 100755 --- 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()