v1.18.x
psychobunny 11 years ago
parent c14b5e3d3a
commit bf852d8329

@ -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

Loading…
Cancel
Save