Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
fix: error_messages.js should not be served from CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed May 8, 2021
1 parent c9df0b1 commit 728fbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/code-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ <h2 class="mt-4">{{assignment_header}}</h2>
<script src="{{static('/vendor/ace.js')}}" type="text/javascript" charset="utf-8"></script>
<script src="{{static('/vendor/skulpt.min.js')}}" type="text/javascript"></script>
<script src="{{static('/vendor/skulpt-stdlib.js')}}" type="text/javascript"></script>
<script src="{{static('/error_messages.js?lang=' + lang)}}" type="text/javascript"></script>
<script src="/error_messages.js?lang={{lang}}" type="text/javascript"></script>
<script>window.State = {lang: "{{ lang }}", level: "{{ level }}"}</script>
<script src="{{static('/js/syntaxModesRules.js')}}" type="text/javascript"></script>
<script src="{{static('/js/app.js')}}" type="text/javascript"></script>
Expand Down

0 comments on commit 728fbcc

Please sign in to comment.