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
aff40dae
Verified
Commit
aff40dae
authored
Nov 13, 2018
by
Sébastiaan Versteeg
Browse files
Remove unused JS from pizzas overview
parent
15bee46a
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/pizzas/templates/pizzas/overview.html
View file @
aff40dae
...
...
@@ -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