diff --git a/public/src/widgets.js b/public/src/widgets.js index 32b01f599f..619b1aada0 100644 --- a/public/src/widgets.js +++ b/public/src/widgets.js @@ -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