Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
piks3l
Respect My Net
Commits
83d8f828
Commit
83d8f828
authored
Dec 07, 2015
by
Okhin
Browse files
Adding a newer version of jquery as well as jquery-migrate scripts
parent
62ca9ddd
Changes
4
Hide whitespace changes
Inline
Side-by-side
nnmon/templates/add.html
View file @
83d8f828
...
...
@@ -8,6 +8,7 @@
<script
type=
"text/javascript"
src=
"{%media_url%}/js/tinymce/tiny_mce.js"
></script>
<script
type=
"text/javascript"
src=
"{%media_url%}/js/editor.js"
></script>
<script
type=
"text/javascript"
src=
"{%media_url%}/js/jquery.1.4.2.min.js"
></script>
<script
type=
"text/javascript"
src=
"{%media_url%}/js/jquery-migrate-1.2.1.js"
></script>
<script
type=
"text/javascript"
src=
"{%media_url%}/js/jquery.autocomplete.js"
></script>
<script
type=
"text/javascript"
src=
"{%media_url%}/js/form.js"
></script>
<script
type=
"text/javascript"
>
...
...
nnmon/templates/index.html
View file @
83d8f828
...
...
@@ -9,6 +9,7 @@
{% block scripts %}
<script
type=
"text/javascript"
src=
"{%media_url%}/js/tinymce/tiny_mce.js"
></script>
<script
type=
"text/javascript"
src=
"{%media_url%}/js/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"{%media_url%}/js/jquery-migrate-1.2.1.js"
></script>
<script
type=
"text/javascript"
src=
"{%media_url%}/js/jquery-ui.min.js"
></script>
<script
type=
"text/javascript"
src=
"{%media_url%}/js/jquery.tablesorter.min.js"
>
</script>
<script
type=
"text/javascript"
src=
"{%media_url%}/js/form.js"
></script>
...
...
nnmon/templates/list.html
View file @
83d8f828
...
...
@@ -13,6 +13,7 @@
{% block scripts %}
<script
type=
"text/javascript"
src=
"{{ MEDIA_URL }}/js/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"{{ MEDIA_URL }}/js/jquery-migrate-1.2.1.js"
></script>
<script
type=
"text/javascript"
src=
"{{ MEDIA_URL }}/js/jquery.tablesorter.min.js"
></script>
<script
type=
"text/javascript"
src=
"{{ MEDIA_URL }}/js/picnet.table.filter.min.js"
></script>
{% if not country %}
...
...
nnmon/templates/view.html
View file @
83d8f828
...
...
@@ -9,7 +9,8 @@
,
<a
href=
"{%root_url%}/admin/bt/violation/{{v.id}}/ "
>
{% trans "Edit" %}
</a>
{% endblock %}
{% block scripts %}
<script
type=
"text/javascript"
src=
"{%media_url%}/js/jquery.1.4.2.min.js"
></script>
<script
type=
"text/javascript"
src=
"{%media_url%}/js/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"{%media_url%}/js/jquery-migrate-1.2.1.js"
></script>
<script
type=
"text/javascript"
charset=
"utf-8"
>
function
bindPostCommentHandler
()
{
$
(
'
.toggle
'
).
click
(
function
(){
...
...
Write
Preview
Supports
Markdown
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