Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
trs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
trs
Commits
5e5c8010
Commit
5e5c8010
authored
Nov 15, 2012
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jQuery is now included as a static file instead of a submodule
parent
7907624e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
5 deletions
+3
-5
.gitmodules
.gitmodules
+0
-3
external/jquery
external/jquery
+0
-1
src/frontend/tpl/editor.html
src/frontend/tpl/editor.html
+1
-1
static/js/jquery-1.8.2.min.js
static/js/jquery-1.8.2.min.js
+2
-0
No files found.
.gitmodules
View file @
5e5c8010
...
...
@@ -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
...
...
jquery
@
9c9bc5aa
Subproject commit 9c9bc5aa3bfa8dafc208862f26afbdc3f518b187
src/frontend/tpl/editor.html
View file @
5e5c8010
...
...
@@ -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"
>
...
...
static/js/jquery-1.8.2.min.js
0 → 100644
View file @
5e5c8010
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment