Commit 5e5c8010 authored by Taddeus Kroes's avatar Taddeus Kroes

jQuery is now included as a static file instead of a submodule

parent 7907624e
......@@ -7,9 +7,6 @@
[submodule "external/mathjax"]
path = external/mathjax
url = http://github.com/mathjax/MathJax
[submodule "external/jquery"]
path = external/jquery
url = https://github.com/jquery/jquery.git
[submodule "external/codemirror2"]
path = external/codemirror2
url = http://marijnhaverbeke.nl/git/codemirror2
......
Subproject commit 9c9bc5aa3bfa8dafc208862f26afbdc3f518b187
......@@ -3,7 +3,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Mathematical term rewriting frontend</title>
<script type="text/javascript" src="/static/build/external/jquery/jquery.min.js"></script>
<script type="text/javascript" src="/static/js/jquery-1.8.2.min.js"></script>
<script type="text/javascript"
src="/static/external/mathjax/MathJax.js?config=AM_HTMLorMML-full"></script>
<link rel="stylesheet" href="/static/frontend/css/editor.css">
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment