From 0c7a8b39086af20b4a7b6b254c2279148b469137 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 16 Jun 2014 15:21:15 -0400 Subject: [PATCH] no need to reset global widget areas, closes #1701 --- src/widgets.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/widgets.js b/src/widgets.js index f5ddb53a7c..48e16a172a 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -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' } ];