Some import bug fixing stuff.

This commit is contained in:
Paulo Gustavo Veiga
2012-06-06 01:19:55 -03:00
parent 79b009e29e
commit 4d3e371d05
5 changed files with 34 additions and 19 deletions

View File

@@ -157,7 +157,6 @@ jQuery.fn.dialogForm = function(options) {
} else {
console.log(errorThrown);
console.log(jqXHR);
dialogElem.modal('hide');
$('#messagesPanel div').text(errorThrown).parent().show();
}