Skip to content

Commit

Permalink
BUG Fixed unintentional ParentID reset in "add page" form
Browse files Browse the repository at this point in the history
Side effects from old JS hanging around which was no longer used.
See https://github.com/ajoneil/silverstripe-cms/commit/d364070941cab811646a5495033c90786662f51d
for background discussion.
  • Loading branch information
chillu committed Dec 4, 2012
1 parent b8c656b commit 4d106aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 169 deletions.
1 change: 0 additions & 1 deletion admin/code/LeftAndMain.php
Expand Up @@ -301,7 +301,6 @@ public function init() {
FRAMEWORK_ADMIN_DIR . '/javascript/LeftAndMain.Content.js',
FRAMEWORK_ADMIN_DIR . '/javascript/LeftAndMain.EditForm.js',
FRAMEWORK_ADMIN_DIR . '/javascript/LeftAndMain.Menu.js',
FRAMEWORK_ADMIN_DIR . '/javascript/LeftAndMain.AddForm.js',
FRAMEWORK_ADMIN_DIR . '/javascript/LeftAndMain.Preview.js',
FRAMEWORK_ADMIN_DIR . '/javascript/LeftAndMain.BatchActions.js',
FRAMEWORK_ADMIN_DIR . '/javascript/LeftAndMain.FieldHelp.js',
Expand Down
168 changes: 0 additions & 168 deletions admin/javascript/LeftAndMain.AddForm.js

This file was deleted.

0 comments on commit 4d106aa

Please sign in to comment.