Skip to content

Commit

Permalink
removed templates from script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerskk committed Jul 26, 2024
1 parent d81ade0 commit 988608e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/html/static/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const StatusInformation = async () => {
document.getElementById("number_terms").innerHTML = responseJson.number_terms.toLocaleString();
document.getElementById("number_ontologies").innerHTML = responseJson.number_ontologies.toLocaleString();
document.getElementById("number_relationships").innerHTML = responseJson.number_relationships.toLocaleString();
document.getElementById("number_templates").innerHTML = responseJson.number_templates.toLocaleString();
// document.getElementById("number_templates").innerHTML = responseJson.number_templates.toLocaleString();

buttons = build_ontology_buttons(responseJson.main_ontologies)

Expand Down

0 comments on commit 988608e

Please sign in to comment.