Skip to content
Snippets Groups Projects
Commit 0bd322d9 authored by Axel Hahn's avatar Axel Hahn
Browse files

- fix for overview in webkit (non existing localstorage returns null)

parent d7ba5d04
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment