This script isn't loaded - remove it

This isn't loaded, doesn't seem to be for 2017 or PyCon, so I'll chuck
it.
This commit is contained in:
Sachi King 2017-04-25 14:54:37 +10:00
parent 9babbd0c43
commit 4adbf0ee46

View file

@ -86,23 +86,3 @@
</div>
{% endblock %}
{% block extra_script %}
{{ block.super }}
<script src="{{ STATIC_URL }}symposion/js/jquery.history.js"></script>
<script type="text/javascript">
$(function() {
var History = window.History;
$(window).bind("anchorchange", function() {
$(".nav-tabs a[href='" + location.hash + "']").click();
});
$('#.nav-tabs a[data-toggle="tab"]').on('shown', function (e) {
if (History.enabled) {
History.pushState(null, null, $(e.target).attr("href"));
}
});
});
</script>
{% endblock extra_script %}