Skip to content

Commit

Permalink
Removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
joelit committed Feb 1, 2024
1 parent e5d02de commit 58ace93
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 @@ -63,7 +63,7 @@ const vocabSearch = Vue.createApp({

this.renderedResultsList.forEach(result => {
if ('uri' in result) { // change uris to Skosmos page urls
result.uri = SKOSMOS.vocab + '/' + SKOSMOS.lang + '/page?uri=' + encodeURIComponent(result.uri)
result.uri = SKOSMOS.vocab + '/' + SKOSMOS.lang + '/page?uri=' + encodeURIComponent(result.uri)
}
})

Expand Down

0 comments on commit 58ace93

Please sign in to comment.