From 2178cf949a11ef778387b03bdc915fa5e493eae2 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 10 Feb 2010 14:56:44 +0000 Subject: [PATCH] add external.js for ext links --- Toolkit/Page.php | 2 ++ libjs/external.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Toolkit/Page.php b/Toolkit/Page.php index ce859fd..c2af5b6 100755 --- a/Toolkit/Page.php +++ b/Toolkit/Page.php @@ -168,6 +168,8 @@ class Toolkit_Page $GLOBALS['styleSheets'][] = $this->baseURL . 'styles.css'; $GLOBALS['scripts'][] = $this->glmAppBaseURL . 'libjs/jquery-1.3.2.min.js'; + $GLOBALS['scripts'][] = + $this->baseURL . 'libjs/external.js'; // needed for home page if ($toolbox->catid == HOME_ID) { $GLOBALS['scripts'][] = diff --git a/libjs/external.js b/libjs/external.js index a080c66..066936e 100644 --- a/libjs/external.js +++ b/libjs/external.js @@ -12,7 +12,7 @@ function externalLinks() for(var i=0; i