Skip to content

Commit

Permalink
fix loading of googleAnalytics.js in submit page
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoad committed Oct 1, 2024
1 parent 0b7408f commit 085827d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cravat/websubmit/nocache/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel='stylesheet' href='/result/css/pqselect.min.css' />
<script src='/submit/Chart.bundle.min.js'></script>
<script src='/store/js/showdown-1.9.1.min.js'></script>
<script src='/submit/nocache/main.js' type='module' />
<script src='/submit/nocache/main.js' type='module'></script>
<!-- Google Analytics -->
<script async src='/submit/googleAnalytics.js'></script>
</head>
Expand Down

0 comments on commit 085827d

Please sign in to comment.