Address suggestions from #27
This commit is contained in:
@ -22,7 +22,9 @@ export default {
|
||||
const settings = JSON.stringify(this.settings)
|
||||
localStorage.setItem('settings', settings)
|
||||
setLanguage(this.settings.language.selected, this.$i18n)
|
||||
window.location.reload()
|
||||
|
||||
// Reload needed
|
||||
location.href = "/"
|
||||
}
|
||||
// download() {
|
||||
// var hiddenElement = document.createElement('a');
|
||||
|
Reference in New Issue
Block a user