From cad3903459513e50d46635b79d149112e814e689 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Fri, 21 Nov 2008 00:54:17 +0000 Subject: [PATCH] Fix to LeftAndMain to ensure that jquery doesn't break other admin sections git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@66350 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/LeftAndMain.php | 1 + 1 file changed, 1 insertion(+) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 0551b83d..2b0b68c4 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -137,6 +137,7 @@ class LeftAndMain extends Controller { Requirements::javascript(THIRDPARTY_DIR . '/prototype.js'); Requirements::javascript(THIRDPARTY_DIR . '/jquery/jquery.js'); + Requirements::javascript(THIRDPARTY_DIR . '/jquery/jquery_improvements.js'); Requirements::javascript(THIRDPARTY_DIR . '/behaviour.js'); Requirements::javascript(THIRDPARTY_DIR . '/jquery/plugins/livequery/jquery.livequery.js'); Requirements::javascript(SAPPHIRE_DIR . '/javascript/core/jquery.ondemand.js');