Skip to content
Snippets Groups Projects
Commit 2b163d08 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

test cachebuster

parent 3e68a34b
No related branches found
No related tags found
No related merge requests found
...@@ -101,10 +101,10 @@ const api = setup({ ...@@ -101,10 +101,10 @@ const api = setup({
function navigate_to_article(self, source) { function navigate_to_article(self, source) {
self.article = null self.article = null
self.waiting_for_articles = true self.waiting_for_articles = true
/*
if ((self.$route.query.nocache || '').toLowerCase() == 'true') { if ((self.$route.query.nocache || '').toLowerCase() == 'true') {
config.headers.cachebuster = Date.now() config.headers.cachebuster = Date.now()
}*/ }
const lang = self.$route.params.lang const lang = self.$route.params.lang
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment