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
thalia
concrexit
Commits
ed7864e0
Commit
ed7864e0
authored
Nov 13, 2018
by
Luko van der Maas
Browse files
Merge branch 'remove-unused-js' into 'master'
Remove unused JS from pizzas overview See merge request
!1057
parents
15bee46a
aff40dae
Changes
1
Show whitespace changes
Inline
Side-by-side
website/pizzas/templates/pizzas/overview.html
View file @
ed7864e0
...
...
@@ -80,18 +80,3 @@
</div>
</section>
{% endblock %}
{% block js_body %}
{{ block.super }}
{% compress js %}
<script
type=
"text/javascript"
src=
"{% static "
pizzas
/
js
/
jquery.tablesort.min.js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
pizzas
/
js
/
main.js
"
%}"
></script>
<script
type=
"text/javascript"
>
var
csrf_token
=
'
{{ csrf_token }}
'
;
var
trans
=
{
'
yes
'
:
'
{% trans
'
Yes
'
%}
'
,
'
no
'
:
'
{% trans
'
No
'
%}
'
};
</script>
{% endcompress %}
{% endblock %}
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