diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 1ae97155109566cd360e494130e9ef494a0950ea..2291853fb7278e4751681cf5d5e72ac226fad12c 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -385,7 +385,7 @@ export default { generate_path: function(q) { if (q) { - let path = `/${this.lang}/search?q=${q}&scope=${this.scope}` + let path = `/${this.lang}/search?q=${q}` if (this.scope) path += "&scope=" + this.scope return path }