log autocomplete errors instead of alerting
This commit is contained in:
parent
639a1bc3cd
commit
e809a72155
@ -51,7 +51,7 @@ $(function(){
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
error : function (request, status, error) {
|
error : function (request, status, error) {
|
||||||
alert(error);
|
console.log(error);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user