mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Merge pull request #957 from patbolo/ticket/add-page-applying-to-add-folder
BUGFIX Only apply the logic for adding page type to the Pages section, n...
This commit is contained in:
commit
32ad517cfd
@ -11,7 +11,7 @@ _NEW_PAGES = new Array();
|
||||
*/
|
||||
var addpageclass;
|
||||
addpageclass = Class.create();
|
||||
addpageclass.applyTo('#addpage');
|
||||
addpageclass.applyTo('.CMSMain #addpage');
|
||||
addpageclass.prototype = {
|
||||
originalValues: new Array(),
|
||||
initialize: function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user