Skip to content

Commit

Permalink
Merge pull request #1315 from PJ-568/master
Browse files Browse the repository at this point in the history
fix(core): fix browser cache performance issue
  • Loading branch information
ppoffice committed Aug 30, 2024
2 parents 5eb0df8 + dc53f55 commit 4d7c545
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 4d7c545

Please sign in to comment.