Fixes dialog hiding so it doesnt block the UI

This commit is contained in:
Joshua Hogendorn
2013-12-08 20:15:59 +10:00
parent d5e9183877
commit 9fa7eac41f
@@ -179,6 +179,7 @@
duration: 200,
complete: function() {
$('#gollum-dialog-dialog').removeClass('active');
$('#gollum-dialog-dialog').css('display', 'none');
}
});
}