From 732ea9070dbf0fbd49cb4001529f2c3cce3cd003 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Thu, 15 May 2014 20:14:22 +0000 Subject: [PATCH] added external js to open links in new window --- Toolkit/Page.php | 1 + 1 file changed, 1 insertion(+) 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() -- 2.17.1