We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1c0ec commit 90424c8Copy full SHA for 90424c8
main/templates/main/visualizations.html
@@ -25,7 +25,7 @@
25
{% for dependency in js_dependencies %}
26
<script type="application/x-javascript" src="{{dependency.js_url}}"></script>
27
{% endfor %}
28
- <script type="application/x-javascript" src="{{sniper_data.wzrd_url}}"></script>
+ <script type="application/x-javascript" src="{{sniper_data.wzrd_url}}@{{sniper_data.version}}"></script>
29
</head>
30
<body>
31
<div id="placeholderDiv" style="display: none">
0 commit comments