Merge pull request #1315 from PJ-568/master

fix(core): fix browser cache performance issue
This commit is contained in:
Ruipeng Zhang
2024-08-30 11:22:29 -07:00
committed by GitHub

View File

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