This commit is contained in:
psychobunny
2014-10-04 18:30:21 -04:00
parent c14b5e3d3a
commit bf852d8329

View File

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