aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/templates/home.html')
-rw-r--r--src/web/templates/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/home.html b/src/web/templates/home.html
index c2966be7..fcb2a042 100644
--- a/src/web/templates/home.html
+++ b/src/web/templates/home.html
@@ -18,5 +18,5 @@
<body>
<section id="jarrapp" />
</body>
- <script type="text/javascript" src="{{ url_for('static', filename = 'js/bundle.min.js') }}"></script>
+ <script type="text/javascript" src="{% if cdn != '' %}{{ cdn }}bundle.min.js{% else %}{{ url_for('static', filename = 'js/bundle.min.js') }}{% endif %}"></script>
</html>
bgstack15