Skip to content

Commit 06c36d1

Browse files
egonwfnielsen
authored andcommitted
Use the new method
1 parent 6049916 commit 06c36d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scholia/app/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
{% macro sparql_to_matrix(panel) -%}
5858
// {{ panel }} matrix
59-
sparqlToMatrix(`# tool: scholia
59+
sparqlToMatrix2("{{ sparql_endpoint }}", `# tool: scholia
6060
{% include aspect + '_' + panel + '.sparql' %}`,
6161
"#{{ panel }}", "{{ aspect }}_{{ panel }}.sparql");
6262
{%- endmacro %}

0 commit comments

Comments
 (0)