INQ-36 firefox support

This commit is contained in:
DarkPete 2019-01-19 13:18:15 +01:00
parent 95188d87a5
commit 75752adff0

View File

@ -48,7 +48,8 @@
{% block script %} {% block script %}
<script> <script>
/////////// DO OGARNIĘCIA ///////////// /////////// DO OGARNIĘCIA /////////////
$('.btn--answer').on('click', () => { $('.btn--answer').on('click', function(event) {
event.preventDefault();
var link = '/lectures/' + event.target.id; var link = '/lectures/' + event.target.id;
window.location.href = link; window.location.href = link;
/* /*