diff options
Diffstat (limited to 'design/templates/base.html')
-rw-r--r-- | design/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/base.html b/design/templates/base.html index cdbed90..7049d5e 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -16,7 +16,7 @@ <!--<link rel="manifest" href="/webmanifest.json">--> <link rel="apple-touch-icon" sizes="256x256" href=""> {% block jsinclude %}{%endblock%} - <script async src="/media/js/main.min.js?{%now "u"%}"></script> + <script async src="/media/js/main.pack.js?{%now "u"%}"></script> </head> <body id="{% block bodyid %}{%endblock%}" class="{% block bodyclass %}{% endblock %}"> <div class="head-wrapper"> |