Skip to content

Commit 58ace93

Browse files
committed
Removed whitespace
1 parent e5d02de commit 58ace93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource/js/vocab-search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const vocabSearch = Vue.createApp({
6363

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

0 commit comments

Comments
 (0)