Making tab switching in modals more streamlined

This commit is contained in:
Kevin Chung
2016-05-26 13:46:54 -04:00
parent 80047246b7
commit a9b79770f8

View File

@@ -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 = ""
});