fixes reload button and probably a bunch of other things in ACP

v1.18.x
psychobunny 10 years ago
parent 6cf0697621
commit b73a26f7a6

@ -16,7 +16,7 @@
ajaxify.widgets.render = function(template, url, callback) {
if (template.match(/^admin/)) {
return false;
return callback();
}
var widgetLocations = ['sidebar', 'footer', 'header'], numLocations;

Loading…
Cancel
Save