Merge pull request #1315 from PJ-568/master
fix(core): fix browser cache performance issuepull/1322/head
commit
4d7c54573c
|
@ -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