Skip to content

Commit c97d02d

Browse files
committed
Settle this with the composer tracking
This reverts commit f3541a4dad21fbbbc9c19637581779ed45c2ab62.
1 parent 5a02d84 commit c97d02d

File tree

3 files changed

+14
-45
lines changed

3 files changed

+14
-45
lines changed

webapp/composer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@
3636
"type": "zip"
3737
}
3838
}
39+
},
40+
{
41+
"type": "package",
42+
"package": {
43+
"name": "mathjax/mathjax",
44+
"version": "4.0.0",
45+
"dist": {
46+
"url": "https://github.com/mathjax/MathJax/archive/refs/tags/4.0.0.zip",
47+
"type": "zip"
48+
}
49+
}
3950
}
4051
],
4152
"require": {

webapp/composer.lock

Lines changed: 3 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/templates/base.html.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<script src="{{ asset("js/jquery.min.js") }}"></script>
1414
<script src="{{ asset("js/jquery.debounce.min.js") }}"></script>
1515
<script src="{{ asset("js/bootstrap.bundle.min.js") }}"></script>
16-
<script src="{{ asset("mathjax/MathJax.js") }}"></script>
1716

1817
<script src="{{ asset("js/domjudge.js") }}"></script>
1918
{% for file in customAssetFiles('js') %}

0 commit comments

Comments
 (0)