mirror of https://github.com/JohnHammond/CTFd.git
Fixing scrolling issue and updating vendor JS
parent
1780a913e5
commit
92ebd88025
|
@ -269,8 +269,8 @@ $('.nav-tabs a').click(function (e) {
|
|||
})
|
||||
|
||||
$('#chal-window').on('hidden.bs.modal', function() {
|
||||
$('.nav-tabs a:first').tab('show')
|
||||
window.location.hash = ""
|
||||
$('.nav-tabs a:first').tab('show');
|
||||
window.history.back(1);
|
||||
});
|
||||
|
||||
setInterval(update, 300000);
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue