mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-01 04:14:25 +01:00
Fixing scrolling issue and updating vendor JS
This commit is contained in:
@@ -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
9
CTFd/static/original/js/vendor/jquery.min.js
vendored
9
CTFd/static/original/js/vendor/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user