log autocomplete errors instead of alerting

This commit is contained in:
Shish 2018-07-20 00:48:03 +01:00
parent 639a1bc3cd
commit e809a72155

View File

@ -51,7 +51,7 @@ $(function(){
);
},
error : function (request, status, error) {
alert(error);
console.log(error);
}
});
},