From a4b3b9587291bba51882ee5fc441a736e722757b Mon Sep 17 00:00:00 2001 From: Saophalkun Ponlu Date: Wed, 26 Nov 2008 03:33:34 +0000 Subject: [PATCH] MINOR: fixed path include for jquery git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@66735 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 278a6c67..76ab472d 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.js'); + Requirements::javascript(THIRDPARTY_DIR . '/jquery/jquery-packed.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');