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