Skip to content

Commit

Permalink
Give a try to see whether the env can pick up the javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao2 committed Dec 2, 2022
1 parent c925e99 commit b4884c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controlpanel/frontend/jinja2/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<script src="{{ static('jquery/jquery.min.js') }}"></script>
<script src="{{ static('jquery-ui/jquery-ui.min.js') }}"></script>

<script src="{{ static('app.js') }}"?version=v0.29.27></script>
<script src="{{ static('app.js') }}?version=v0.29.27"></script>
<script>window.moj.init();</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ google_analytics_id }}"></script>
Expand Down

0 comments on commit b4884c6

Please sign in to comment.