For jquery
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 27 Aug 2014 15:32:26 +0000 (11:32 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 27 Aug 2014 15:32:26 +0000 (11:32 -0400)
Need older version of jquery

Toolkit/Blocks/IndexController.php

index 927db89..39e48b0 100644 (file)
@@ -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';