diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index d66da6fa919c7223cfe69353c998a54ca5f2eb1e..2bbe43559252daf9a963d9f5c36ed5ba4f465932 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -101,10 +101,10 @@ const api = setup({
 function navigate_to_article(self, source) {
   self.article = null
   self.waiting_for_articles = true
-  /*
+  
   if ((self.$route.query.nocache || '').toLowerCase() == 'true') {
     config.headers.cachebuster = Date.now()
-  }*/
+  }
 
   const lang = self.$route.params.lang