Skip to content

Commit

Permalink
MINOR Moved LeftAndMain_left.js to LeftAndMain.Tree.js
Browse files Browse the repository at this point in the history
MINOR Moved CMSMain_left.js to CMSMain.Tree.js

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92726 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
chillu committed Nov 21, 2009
1 parent fec71a0 commit 1760759
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/CMSMain.php
Expand Up @@ -81,7 +81,7 @@ public function init() {
HtmlEditorConfig::get('cms')->setOption('spellchecker_languages', "+{$langName}={$this->Locale}");

Requirements::javascript(CMS_DIR . '/javascript/CMSMain.js');
Requirements::javascript(CMS_DIR . '/javascript/CMSMain_left.js');
Requirements::javascript(CMS_DIR . '/javascript/CMSMain.Tree.js');

Requirements::javascript(CMS_DIR . '/javascript/CMSMain.BatchActions.js');
Requirements::javascript(CMS_DIR . '/javascript/CMSMain.Translatable.js');
Expand Down
2 changes: 1 addition & 1 deletion code/LeftAndMain.php
Expand Up @@ -228,7 +228,7 @@ function init() {
Requirements::css(THIRDPARTY_DIR . '/tree/tree.css');

Requirements::javascript(CMS_DIR . '/javascript/LeftAndMain.js');
Requirements::javascript(CMS_DIR . '/javascript/LeftAndMain_left.js');
Requirements::javascript(CMS_DIR . '/javascript/LeftAndMain.Tree.js');
Requirements::javascript(CMS_DIR . '/javascript/LeftAndMain.EditForm.js');

Requirements::javascript(CMS_DIR . '/javascript/SideTabs.js');
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1760759

Please sign in to comment.