From 500e925c7b8243cafcc7d01efba856554b1c9274 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 27 Aug 2014 11:32:26 -0400 Subject: [PATCH] For jquery Need older version of jquery --- Toolkit/Blocks/IndexController.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Toolkit/Blocks/IndexController.php b/Toolkit/Blocks/IndexController.php index 927db89..39e48b0 100644 --- a/Toolkit/Blocks/IndexController.php +++ b/Toolkit/Blocks/IndexController.php @@ -45,6 +45,8 @@ class Toolkit_Blocks_IndexController */ public function indexAction() { + $GLOBALS['topScripts'][] = MEDIA_APP_BASE_URL + . 'libjs/jquery/jquery-1.7.2.min.js'; $GLOBALS['bottomScripts'][] = MEDIA_BASE_URL . $this->registry->appConfig->application->setPath . '/js/jquery.columnview.js'; @@ -71,6 +73,8 @@ class Toolkit_Blocks_IndexController */ public function EditAction() { + $GLOBALS['topScripts'][] = MEDIA_APP_BASE_URL + . 'libjs/jquery/jquery-1.7.2.min.js'; $GLOBALS['bottomScripts'][] = MEDIA_BASE_URL . $this->registry->appConfig->application->setPath . '/js/jquery.columnview.js'; -- 2.17.1