We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edad28 commit f4c28dfCopy full SHA for f4c28df
scripts/main/news.js
@@ -1,4 +1,4 @@
1
-fetch('/plugins/template/news.html')
+fetch(`/plugins/template/news.html?t=${Date.now()}`)
2
.then(response => response.text())
3
.then(html => {
4
const container = document.getElementById('news');
0 commit comments