mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
closes #3274
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user