update js error xhr to jQery xhr

This commit is contained in:
wy65701436 2016-04-05 03:01:04 -07:00
parent f54b942fd7
commit 5139952cb4

View File

@ -56,7 +56,7 @@ jQuery(function(){
});
}
},
error:function(xhr, status, error){
error:function(jqxhr, status, error){
$("#dlgModal")
.dialogModal({
"title": i18n.getMessage("title_sign_up"),