diff --git a/components/Footer.vue b/components/Footer.vue index 8bd93869..ca80b90b 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -4,7 +4,7 @@

- Autorza strony: + Autorza strony:

diff --git a/pages/kontakt.vue b/pages/kontakt.vue index 1e00ac74..d66cb368 100644 --- a/pages/kontakt.vue +++ b/pages/kontakt.vue @@ -7,7 +7,7 @@

- Autorza strony: + Autorza strony:

diff --git a/pages/neutratywy.vue b/pages/neutratywy.vue index 95d312d6..f6687f0f 100644 --- a/pages/neutratywy.vue +++ b/pages/neutratywy.vue @@ -216,7 +216,7 @@ }, mounted() { if (process.client && window.location.hash) { - this.filter = window.location.hash.substr(1); + this.filter = decodeURIComponent(window.location.hash.substr(1)); this.$refs.filter.focus(); this.$refs.filter.scrollIntoView(); setTimeout(_ => {