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:
parent
9babbd0c43
commit
4adbf0ee46
1 changed files with 0 additions and 20 deletions
|
@ -86,23 +86,3 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% 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 %}
|
|
||||||
|
|
Loading…
Reference in a new issue