Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
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
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
f9e35416
Commit
f9e35416
authored
Nov 20, 2012
by
jiangzhx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
google query can not use in internet.
parent
66005b73
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
jquery-1.8.3.min.js
flask_admin/static/js/jquery-1.8.3.min.js
+2
-0
master.html
flask_admin/templates/admin/master.html
+1
-2
No files found.
flask_admin/static/js/jquery-1.8.3.min.js
0 → 100644
View file @
f9e35416
This diff is collapsed.
Click to expand it.
flask_admin/templates/admin/master.html
View file @
f9e35416
...
@@ -71,8 +71,7 @@
...
@@ -71,8 +71,7 @@
{% block body %}{% endblock %}
{% block body %}{% endblock %}
</div>
</div>
{% endblock %}
{% endblock %}
<script
src=
"{{ url_for('admin.static', filename='js/jquery-1.8.3.min.js') }}"
type=
"text/javascript"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"
type=
"text/javascript"
></script>
<script
src=
"{{ url_for('admin.static', filename='bootstrap/js/bootstrap.min.js') }}"
type=
"text/javascript"
></script>
<script
src=
"{{ url_for('admin.static', filename='bootstrap/js/bootstrap.min.js') }}"
type=
"text/javascript"
></script>
<script
src=
"{{ url_for('admin.static', filename='select2/select2.min.js') }}"
type=
"text/javascript"
></script>
<script
src=
"{{ url_for('admin.static', filename='select2/select2.min.js') }}"
type=
"text/javascript"
></script>
...
...
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