From 4861a311d1a2fbe18efa073b14280e13a8c5f956 Mon Sep 17 00:00:00 2001 From: Leif Hanson Date: Mon, 9 Sep 2013 15:57:50 +0000 Subject: [PATCH] Switch to a local external.js file. --- Toolkit/Page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Toolkit/Page.php b/Toolkit/Page.php index 73e6d06..d0adbb5 100755 --- a/Toolkit/Page.php +++ b/Toolkit/Page.php @@ -150,7 +150,7 @@ class Toolkit_Page $GLOBALS['bottomScripts'][] = $this->baseURL . 'photoswipe/lib/klass.min.js'; $GLOBALS['bottomScripts'][] = $this->baseURL . 'photoswipe/code.photoswipe.jquery-3.0.5.js'; $GLOBALS['bottomScripts'][] = $this->baseURL . "fancybox/jquery.fancybox.js"; - $GLOBALS['bottomScripts'][] = $this->baseURL . 'libjs/external.js'; + $GLOBALS['bottomScripts'][] = $this->glmAppBaseURL . 'libjs/external.js'; $GLOBALS['bottomScripts'][] = $this->baseURL . "libjs/pagefunctions.js"; } -- 2.17.1