Skip to content

Commit

Permalink
Fixed linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Nov 26, 2023
1 parent b5cf38f commit 494f557
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 47 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

29 changes: 0 additions & 29 deletions material/templates/assets/javascripts/bundle.9dafaff0.min.js

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion material/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.9dafaff0.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.50eae0f4.min.js' | url }}"></script>
{% for script in config.extra_javascript %}
{{ script | script_tag }}
{% endfor %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export function mountMermaid(
const text = el.textContent

/* Render and inject diagram */
const { svg, fn } = await mermaid.render(id, text);
const { svg, fn } = await mermaid.render(id, text)

/* Create a shadow root and inject diagram */
const shadow = host.attachShadow({ mode: "closed" })
Expand Down

0 comments on commit 494f557

Please sign in to comment.