Skip to content

Commit

Permalink
Removed a null character
Browse files Browse the repository at this point in the history
  • Loading branch information
joelit committed Jan 30, 2024
1 parent 929370f commit 934484c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/js/vocab-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const vocabSearch = Vue.createApp({
},
changeLang () {
SKOSMOS.content_lang = this.selectedLanguage
// TODO: Impelemnt partial page load to change content according to the new content language
// TODO: Impelemnt partial page load to change content according to the new content language
}
},
template: `
Expand Down

0 comments on commit 934484c

Please sign in to comment.