mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
closes #2078
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
function renderWidgets(locations) {
|
||||
var areaDatas = [];
|
||||
|
||||
$.get(RELATIVE_PATH + '/api/widgets/render', {
|
||||
$.get(RELATIVE_PATH + '/api/widgets/render' + (config['cache-buster'] ? '?v=' + config['cache-buster'] : ''), {
|
||||
locations: locations,
|
||||
template: template + '.tpl',
|
||||
url: url
|
||||
|
||||
Reference in New Issue
Block a user