From 8bff580b4414eeccd2c24d48fb38c7ead8dae9ac Mon Sep 17 00:00:00 2001 From: Saophalkun Ponlu Date: Wed, 26 Nov 2008 04:45:43 +0000 Subject: [PATCH] MINOR Reverted reference to jquery-packed.js which causes problems by double minification in cms (see r66735) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@66747 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/LeftAndMain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 76ab472d..278a6c67 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -136,7 +136,7 @@ class LeftAndMain extends Controller { } Requirements::javascript(THIRDPARTY_DIR . '/prototype.js'); - Requirements::javascript(THIRDPARTY_DIR . '/jquery/jquery-packed.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');