BUGFIX Only apply the logic for adding page type to the Pages section, not the assets

This commit is contained in:
jean 2014-02-26 11:33:38 +13:00
parent bfc76b0ff9
commit 3d59e2f0ff

View File

@ -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 () {