From bf852d8329185b33ece01ac756ecce7971c58557 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Sat, 4 Oct 2014 18:30:21 -0400 Subject: [PATCH] closes #2078 --- public/src/widgets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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