Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sk5s authored Jul 14, 2022
1 parent 6a9f4c6 commit 2be63b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ lang_select.addEventListener('input', lang_input_service)

// init
document.addEventListener('DOMContentLoaded', () => {
i18n_init()
restore_location()
restore_speech_voice()
restore_app_lang()
i18n_init()
fresh()
speech_synthesis_init()

Expand Down

0 comments on commit 2be63b2

Please sign in to comment.