From 9389d068d8d32f02c5013e9c9a5756d2e2a75076 Mon Sep 17 00:00:00 2001
From: Andreas <andreasv@fsmpi.rwth-aachen.de>
Date: Mon, 20 Feb 2017 02:35:27 +0100
Subject: [PATCH] removed error alerts

---
 static/moderator.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/moderator.js b/static/moderator.js
index 834ec21..c3309dc 100644
--- a/static/moderator.js
+++ b/static/moderator.js
@@ -42,7 +42,7 @@ var moderator = {
 			})
 		},
 		handleapierror: function(jqXHR, textStatus, errorThrow) {
-			alert("Fehler: "+errorThrow)	
+			console.log("Fehler: "+errorThrow)	
 		},
 		gethttp: function (url){
 			$.ajax({
-- 
GitLab