From a6c84ac1a8e3cb179c7b5b22291ee3d5575293b4 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 15 Apr 2014 14:26:39 -0400 Subject: [PATCH] don't reset the global footer (copyright) when changing themes - they should all be compatible anyways --- src/widgets.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/widgets.js b/src/widgets.js index f55598df4c..62e7530b2c 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -76,8 +76,7 @@ var async = require('async'), Widgets.reset = function(callback) { var defaultAreas = [ - { name: 'Global Sidebar', template: 'global', location: 'sidebar' }, - { name: 'Global Footer', template: 'global', location: 'footer' }, + { name: 'Global Sidebar', template: 'global', location: 'sidebar' } ]; plugins.fireHook('filter:widgets.getAreas', defaultAreas, function(err, areas) {