Fix close button on kb shortcuts modal.

master
Nick Sergeant 2012-04-09 10:54:13 -04:00
parent e63c11e4c3
commit 906753522e
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
return false;
});
$('section.main').on('click', 'a.close', function() {
this.$body.on('click', 'a.close', function() {
$(this).parent().parent().modal('hide');
window.ui_halted = false;
return false;