Merge pull request #778 from jhogendorn/baddialog

Fixes dialog hiding so it doesnt block the UI
This commit is contained in:
bootstraponline
2013-12-08 08:55:28 -08:00
@@ -179,6 +179,7 @@
duration: 200,
complete: function() {
$('#gollum-dialog-dialog').removeClass('active');
$('#gollum-dialog-dialog').css('display', 'none');
}
});
}