added external js to open links in new window
authorOve Klykken <ove@gaslightmedia.com>
Thu, 15 May 2014 20:14:22 +0000 (20:14 +0000)
committerOve Klykken <ove@gaslightmedia.com>
Thu, 15 May 2014 20:14:22 +0000 (20:14 +0000)
Toolkit/Page.php

index c2b95ad..7b8ca21 100755 (executable)
@@ -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()