fix(core): fix browser cache performance issue
parent
5eb0df8414
commit
dc53f55d9b
|
@ -18,7 +18,8 @@
|
||||||
'#back-to-top',
|
'#back-to-top',
|
||||||
'#comments link',
|
'#comments link',
|
||||||
'#comments script'
|
'#comments script'
|
||||||
]
|
],
|
||||||
|
cacheBust: false
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.warn('PJAX error: ' + e);
|
console.warn('PJAX error: ' + e);
|
||||||
|
|
Loading…
Reference in New Issue