Skip to content

Commit

Permalink
fix(core): fix browser cache performance issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PJ-568 committed Aug 19, 2024
1 parent 5eb0df8 commit dc53f55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/js/pjax.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
'#back-to-top',
'#comments link',
'#comments script'
]
],
cacheBust: false
});
} catch (e) {
console.warn('PJAX error: ' + e);
Expand Down

0 comments on commit dc53f55

Please sign in to comment.