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',
|
||||
'#comments link',
|
||||
'#comments script'
|
||||
]
|
||||
],
|
||||
cacheBust: false
|
||||
});
|
||||
} catch (e) {
|
||||
console.warn('PJAX error: ' + e);
|
||||
|
|
Loading…
Reference in New Issue