From 8e8f9c5e77604ba5bca7179235711d6b2ee0a7b0 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Nov 2009 04:50:02 +0000 Subject: [PATCH] MINOR Fixed Requirements path references in LeftAndMain and AssetAdmin git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92861 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/AssetAdmin.php | 1 - code/LeftAndMain.php | 3 --- 2 files changed, 4 deletions(-) diff --git a/code/AssetAdmin.php b/code/AssetAdmin.php index ae90f166..f5fa1305 100755 --- a/code/AssetAdmin.php +++ b/code/AssetAdmin.php @@ -99,7 +99,6 @@ JS Requirements::javascript(SAPPHIRE_DIR . "/thirdparty/prototype/prototype.js"); Requirements::javascript(SAPPHIRE_DIR . "/thirdparty/behaviour/behaviour.js"); - Requirements::javascript(SAPPHIRE_DIR . "/javascript/prototype_improvements.js"); //Requirements::javascript(CMS_DIR . "/javascript/LeftAndMain.js"); Requirements::javascript(CMS_DIR . "/thirdparty/multifile/multifile.js"); Requirements::css(CMS_DIR . "/thirdparty/multifile/multifile.css"); diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 7e03ece8..1065a75f 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -217,7 +217,6 @@ class LeftAndMain extends Controller { Requirements::javascript(CMS_DIR . '/thirdparty/jquery-notice/jquery.notice.js'); Requirements::javascript(SAPPHIRE_DIR . '/javascript/jquery-ondemand/jquery.ondemand.js'); Requirements::javascript(CMS_DIR . '/javascript/jquery-changetracker/lib/jquery.changetracker.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'); @@ -256,11 +255,9 @@ class LeftAndMain extends Controller { array( 'sapphire/thirdparty/prototype/prototype.js', 'sapphire/thirdparty/behaviour/behaviour.js', - 'sapphire/javascript/prototype_improvements.js', 'sapphire/thirdparty/jquery/jquery.js', 'sapphire/thirdparty/jquery-livequery/jquery.livequery.js', 'sapphire/javascript/jquery-ondemand/jquery.ondemand.js', - 'sapphire/javascript/jquery_improvements.js', 'sapphire/thirdparty/firebug-lite/firebug.js', 'sapphire/thirdparty/firebug-lite/firebugx.js', 'sapphire/javascript/i18n.js',