no need to reset global widget areas, closes #1701

v1.18.x
psychobunny 11 years ago
parent 2479a34c56
commit 0c7a8b3908

@ -80,8 +80,6 @@ var async = require('async'),
Widgets.reset = function(callback) {
var defaultAreas = [
{ name: 'Global Sidebar', template: 'global', location: 'sidebar' },
{ name: 'Global Header', template: 'global', location: 'header' },
{ name: 'Draft Zone', template: 'global', location: 'drafts' }
];

Loading…
Cancel
Save