Skip to content
Snippets Groups Projects
Verified Commit 84a30628 authored by Owen Graham's avatar Owen Graham
Browse files

Fix embedded body class

parent d0f8a5a6
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
{{- url_for('static', filename='visualizer.js') -}}
"></script>
</head>
<body {%- if embedded %} class="embedded"{% endif %}>
<body {%- if g.embedded %} class="embedded"{% endif %}>
{% if not g.embedded %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment