Skip to content
Snippets Groups Projects
Commit 2ef9fa0f authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

correcting bug in firefox extension

parent 280c6068
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ export default {
methods: {
setClient(e) {
localStorage.setItem("apollo-client", e.target.value)
location.reload()
location.assign(this.$i18n.locale + "/index.html")
}
}
}
......
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