From 205939dd3a7f645f7b9f518dc4edef0e92817852 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Nov 2009 02:37:36 +0000 Subject: [PATCH] MINOR Adjusted path to jquery.ondemand.js in LeftAndMain.php git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92631 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/LeftAndMain.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 038c3ecb..d4d900b6 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -208,7 +208,7 @@ class LeftAndMain extends Controller { Requirements::javascript(SAPPHIRE_DIR . '/thirdparty/behaviour/behaviour.js'); Requirements::javascript(SAPPHIRE_DIR . '/thirdparty/jquery-livequery/jquery.livequery.js'); Requirements::javascript(SAPPHIRE_DIR . '/thirdparty/jquery-cookie/jquery.cookie.js'); - Requirements::javascript(SAPPHIRE_DIR . '/javascript/core/jquery.ondemand.js'); + Requirements::javascript(SAPPHIRE_DIR . '/javascript/jquery-ondemand/jquery.ondemand.js'); Requirements::javascript(SAPPHIRE_DIR . '/javascript/prototype_improvements.js'); Requirements::add_i18n_javascript(SAPPHIRE_DIR . '/javascript/lang'); Requirements::add_i18n_javascript(CMS_DIR . '/javascript/lang'); @@ -255,7 +255,7 @@ class LeftAndMain extends Controller { 'sapphire/thirdparty/jquery/jquery.js', 'sapphire/thirdparty/jquery-livequery/jquery.livequery.js', 'jsparty/jquery/plugins/effen/jquery.fn.js', - 'sapphire/javascript/core/jquery.ondemand.js', + 'sapphire/javascript/jquery-ondemand/jquery.ondemand.js', 'sapphire/javascript/jquery_improvements.js', 'sapphire/jsparty/firebug-lite/firebug.js', 'sapphire/jsparty/firebug-lite/firebugx.js',