From 45bb3cb4e096b6dd68faa41004731038bd794c2d Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth <tilman.vatteroth@udo.edu> Date: Mon, 29 May 2017 17:30:49 +0200 Subject: [PATCH] UFC-Panel repariert --- panels/ufc/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panels/ufc/script.js b/panels/ufc/script.js index 3361e08..193d566 100755 --- a/panels/ufc/script.js +++ b/panels/ufc/script.js @@ -32,8 +32,8 @@ this.resize=function() { this.checkShowCondition=function() { if (!semester) - return -1; - return 0; + return 0; + return 5; } this.dow = function(d) { -- GitLab