mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-22 16:48:30 +01:00
update js error xhr to jQery xhr
This commit is contained in:
parent
f54b942fd7
commit
5139952cb4
@ -56,7 +56,7 @@ jQuery(function(){
|
||||
});
|
||||
}
|
||||
},
|
||||
error:function(xhr, status, error){
|
||||
error:function(jqxhr, status, error){
|
||||
$("#dlgModal")
|
||||
.dialogModal({
|
||||
"title": i18n.getMessage("title_sign_up"),
|
||||
|
Loading…
Reference in New Issue
Block a user