Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
51ee96f1
Commit
51ee96f1
authored
Nov 24, 2014
by
Administrator
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'alex'
[MERGE JQUERY UPGRADE]
parents
8b645646
e717319e
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
10322 deletions
+6
-10322
jquery-latest.js
static/js/charts/jquery-latest.js
+0
-10308
jquery.js
static/js/charts/jquery.js
+0
-4
jquery-1.9.1.min.js
static/js/jquery/jquery-1.9.1.min.js
+0
-5
corpus.html
templates/corpus.html
+1
-1
home.html
templates/home.html
+3
-2
project.html
templates/project.html
+1
-1
projects.html
templates/projects.html
+1
-1
No files found.
static/js/charts/jquery-latest.js
deleted
100644 → 0
View file @
8b645646
This diff is collapsed.
Click to expand it.
static/js/charts/jquery.js
deleted
100644 → 0
View file @
8b645646
This diff is collapsed.
Click to expand it.
static/js/jquery/jquery-1.9.1.min.js
deleted
100644 → 0
View file @
8b645646
This diff is collapsed.
Click to expand it.
templates/corpus.html
View file @
51ee96f1
...
...
@@ -114,7 +114,7 @@
</div>
<script
src=
"{% static "
js
/
charts
/
jquery-latest
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
jquery
/
jquery
.
min
.
js
"
%}"
></script>
<script
src=
"{% static "
js
/
charts
/
bootstrap
.
min
.
js
"
%}"
></script>
...
...
templates/home.html
View file @
51ee96f1
...
...
@@ -6,7 +6,8 @@
<link
rel=
"stylesheet"
href=
"{% static "
css
/
bootstrap
.
css
"
%}"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
bootstrap-theme
.
min
.
css
"
%}"
>
<script
src=
"{% static "
js
/
jquery
/
jquery-1
.
9
.
1
.
min
.
js
"%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
jquery
/
jquery
.
min
.
js
"
%}"
></script>
{% endblock %}
...
...
@@ -23,7 +24,7 @@
<div
class=
"row"
>
<div
class=
"content"
>
<center>
<h2>
Tutoral i
n Video
</h2>
<h2>
Introductio
n Video
</h2>
<video
width=
"320"
height=
"240"
controls
>
<source
src=
"movie.mp4"
type=
"video/mp4"
>
<source
src=
"movie.ogg"
type=
"video/ogg"
>
...
...
templates/project.html
View file @
51ee96f1
...
...
@@ -8,7 +8,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
css
/
morris
.
css
"
%}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
css
/
jquery
.
easy-pie-chart
.
css
"%}"
>
<script
src=
"{% static "
js
/
jquery
/
jquery-1
.
9
.
1
.
min
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
jquery
/
jquery
.
min
.
js
"
%}"
></script>
<script
src=
"{% static "
js
/
raphael-min
.
js
"%}"
></script>
<script
src=
"{% static "
js
/
morris
.
min
.
js
"%}"
></script>
...
...
templates/projects.html
View file @
51ee96f1
...
...
@@ -5,7 +5,7 @@
{% load staticfiles %}
<link
rel=
"stylesheet"
href=
"{% static "
css
/
bootstrap
.
css
"
%}"
>
<script
src=
"{% static "
js
/
jquery
/
jquery-1
.
9
.
1
.
min
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
jquery
/
jquery
.
min
.
js
"
%}"
></script>
{% endblock %}
...
...
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