diff --git a/source/js/pjax.js b/source/js/pjax.js index ffb9e0433..19d752ee3 100644 --- a/source/js/pjax.js +++ b/source/js/pjax.js @@ -18,7 +18,8 @@ '#back-to-top', '#comments link', '#comments script' - ] + ], + cacheBust: false }); } catch (e) { console.warn('PJAX error: ' + e);