Skip to content
Snippets Groups Projects
Commit 9389d068 authored by Andreas Valder's avatar Andreas Valder
Browse files

removed error alerts

parent 44bf5794
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ var moderator = { ...@@ -42,7 +42,7 @@ var moderator = {
}) })
}, },
handleapierror: function(jqXHR, textStatus, errorThrow) { handleapierror: function(jqXHR, textStatus, errorThrow) {
alert("Fehler: "+errorThrow) console.log("Fehler: "+errorThrow)
}, },
gethttp: function (url){ gethttp: function (url){
$.ajax({ $.ajax({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment