From: Steve Sutton Date: Wed, 27 Aug 2014 15:32:26 +0000 (-0400) Subject: For jquery X-Git-Tag: v1.0^2~46 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=500e925c7b8243cafcc7d01efba856554b1c9274;p=web%2FStIgnaceBudgetHost.git For jquery Need older version of jquery --- 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';