mirror of https://github.com/JohnHammond/CTFd.git
Making tab switching in modals more streamlined
parent
80047246b7
commit
a9b79770f8
|
@ -252,7 +252,7 @@ $('.nav-tabs a').click(function (e) {
|
|||
$(this).tab('show')
|
||||
})
|
||||
|
||||
$('.close').click(function() {
|
||||
$('#chal-window').on('hidden.bs.modal', function() {
|
||||
$('.nav-tabs a:first').tab('show')
|
||||
window.location.hash = ""
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue