Skip to content

Commit

Permalink
MINOR Removed SitetreeAccess.js dependency from SiteTree->getCMSField…
Browse files Browse the repository at this point in the history
…s(), is now handled in CMSMain.js

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@92526 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
chillu committed Nov 21, 2009
1 parent 0009b54 commit 353dc66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/model/SiteTree.php
Expand Up @@ -1498,7 +1498,6 @@ function getCMSFields() {
require_once("forms/Form.php");
Requirements::javascript(SAPPHIRE_DIR . "/thirdparty/prototype/prototype.js");
Requirements::javascript(SAPPHIRE_DIR . "/thirdparty/behaviour/behaviour.js");
Requirements::javascript(CMS_DIR . "/javascript/SitetreeAccess.js");
Requirements::add_i18n_javascript(SAPPHIRE_DIR . '/javascript/lang');
Requirements::javascript(SAPPHIRE_DIR . '/javascript/UpdateURL.js');

Expand Down

0 comments on commit 353dc66

Please sign in to comment.