Skip to content

Commit f4c28df

Browse files
committed
Added cache buster to news script
1 parent 7edad28 commit f4c28df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/main/news.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fetch('/plugins/template/news.html')
1+
fetch(`/plugins/template/news.html?t=${Date.now()}`)
22
.then(response => response.text())
33
.then(html => {
44
const container = document.getElementById('news');

0 commit comments

Comments
 (0)