We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d02de commit 58ace93Copy full SHA for 58ace93
resource/js/vocab-search.js
@@ -63,7 +63,7 @@ const vocabSearch = Vue.createApp({
63
64
this.renderedResultsList.forEach(result => {
65
if ('uri' in result) { // change uris to Skosmos page urls
66
- result.uri = SKOSMOS.vocab + '/' + SKOSMOS.lang + '/page?uri=' + encodeURIComponent(result.uri)
+ result.uri = SKOSMOS.vocab + '/' + SKOSMOS.lang + '/page?uri=' + encodeURIComponent(result.uri)
67
}
68
})
69
0 commit comments