MINOR Removed obsolete CommentAdmin_right.js file, behaviour is inherited from parent implementation

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92822 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-11-21 03:19:52 +00:00
parent 0c52d36846
commit e503a9c025
2 changed files with 0 additions and 14 deletions

View File

@ -26,7 +26,6 @@ class CommentAdmin extends LeftAndMain {
public function init() {
parent::init();
Requirements::javascript(CMS_DIR . '/javascript/CommentAdmin_right.js');
Requirements::css(CMS_DIR . 'css/CommentAdmin.css');
}

View File

@ -1,13 +0,0 @@
Behaviour.register({
'#Form_EditForm' : {
getPageFromServer : function(id) {
statusMessage("loading...");
var requestURL = 'admin/comments/showtable/' + id;
this.loadURLFromServer(requestURL);
$('sitetree').setCurrentByIdx(id);
}
}
});