Skip to content

Commit

Permalink
Fix to LeftAndMain to ensure that jquery doesn't break other admin se…
Browse files Browse the repository at this point in the history
…ctions

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@66350 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Sam Minnee committed Feb 2, 2011
1 parent de5e015 commit cad3903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/LeftAndMain.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ function init() {

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');
Expand Down

0 comments on commit cad3903

Please sign in to comment.