This commit is contained in:
psychobunny
2015-06-29 15:16:36 -04:00
parent d135f37b4f
commit a285e0734d

View File

@@ -15,6 +15,10 @@
};
ajaxify.widgets.render = function(template, url, callback) {
if (template.match(/^admin/)) {
return false;
}
var widgetLocations = ['sidebar', 'footer', 'header'], numLocations;
$('#content [widget-area]').each(function() {