Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit b25301e

Browse files
committed
Update with newer JS for WebWork
1 parent 83db38d commit b25301e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/_sphinx_static_files.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<script src="{{=URL('static', 'js/jquery.js')}}"></script>
1212
<script src="{{=URL('static', 'js/jquery-fix.js')}}"></script>
1313

14-
<script src="https://pretextbook.org/js/0.13/pretext-webwork/2.17/pretext-webwork.js"></script>
15-
<script src="https://webwork-ptx.aimath.org/webwork2_files/node_modules/iframe-resizer/js/iframeResizer.min.js"></script>
14+
<script src="https://pretextbook.org/js/0.2/pretext-webwork/2.17/pretext-webwork.js"></script>
15+
<script src="https://webwork-hosting.runestone.academy/webwork2_files/node_modules/iframe-resizer/js/iframeResizer.min.js"></script>
1616

1717
{{ import json
1818
from pathlib import Path

0 commit comments

Comments
 (0)