removed all alerts
This commit is contained in:
parent
b138887371
commit
b6c94f23de
5 changed files with 6 additions and 75 deletions
|
@ -284,8 +284,8 @@ function(jQuery, Paths, URI, HostApp, Followings) {
|
|||
}
|
||||
},
|
||||
error:function (xhr, ajaxOptions, thrownError) {
|
||||
alert(xhr.status);
|
||||
alert(thrownError);
|
||||
console.error(xhr.status);
|
||||
console.error(thrownError);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Reference in a new issue