Skip to content

Commit

Permalink
try path for js
Browse files Browse the repository at this point in the history
  • Loading branch information
anitacaron committed Feb 29, 2024
1 parent 91fc29b commit c883383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/src/resources/ols_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"placeholder": "Search for ontology entity",
});

var app = require("ols-autocomplete.js");
var app = require("ols-autocomplete");
var instance = new app();
console.log(instance)
options = {
Expand Down

0 comments on commit c883383

Please sign in to comment.