v1.18.x
psychobunny 10 years ago
parent d135f37b4f
commit a285e0734d

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

Loading…
Cancel
Save