fix(core): fix browser cache performance issue

pull/1315/head
PJ-568 2024-08-19 13:07:21 +08:00
parent 5eb0df8414
commit dc53f55d9b
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
'#back-to-top',
'#comments link',
'#comments script'
]
],
cacheBust: false
});
} catch (e) {
console.warn('PJAX error: ' + e);