From fe4796d1ae5469e008ce4a17dcda92aadf67f96c Mon Sep 17 00:00:00 2001
From: Lukas Ruge <lukeslog@googlemail.com>
Date: Sun, 29 Nov 2020 13:00:05 +0100
Subject: [PATCH] im not good with math

---
 _includes/space-status.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/space-status.html b/_includes/space-status.html
index 9f0ac566..89293c61 100644
--- a/_includes/space-status.html
+++ b/_includes/space-status.html
@@ -26,7 +26,7 @@ function bbbopen() {
 
     $.get( "https://plaudern.chaotikum.org/status", function( data ) {
         console.log(data);
-        if(data.participantCount > 1) {
+        if(data.participantCount > 0) {
           console.log("OPEN");
           $("#cyberspaceopen").css( "border", "3px solid green" );
           $("#cyberspaceopen").html("<div style='float:left'><img src='{{ site.baseurl }}/assets/open.png' width='35'></div>Der Cyber-Space ist offen.<br><div style='text-align: right;'><a href='https://plaudern.chaotikum.org/b/reakspace/' target='_blank' style='color: #EAEAEA;'>Schau Vorbei</a></div>");
-- 
GitLab