From 0bd322d97ebc724aced1e3d05f541a67f4738190 Mon Sep 17 00:00:00 2001
From: Axel Hahn <axel.hahn@iml.unibe.ch>
Date: Wed, 15 Apr 2015 10:20:01 +0200
Subject: [PATCH] - fix for overview in webkit (non existing localstorage
 returns null)

---
 public_html/deployment/classes/projectlist.class.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/public_html/deployment/classes/projectlist.class.php b/public_html/deployment/classes/projectlist.class.php
index 72a00fab..557ad366 100644
--- a/public_html/deployment/classes/projectlist.class.php
+++ b/public_html/deployment/classes/projectlist.class.php
@@ -223,8 +223,6 @@ class projectlist extends base{
                         }
                         sPrj=$("#prjfilter").val();
                         sPhase=$("#phasefilter").val();
-                        console.log(sPrj);
-                        console.log(sPhase);
                         if (sPrj + sPhase) {
                             window.setTimeout("filterOverviewTable();", 10);
                         }
-- 
GitLab