From d9685ddf2c49bfde4dc8f2f0665eb50b886a38ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauro=20Ferr=C3=A3o?= Date: Tue, 24 Dec 2024 13:40:50 +0000 Subject: [PATCH] Schedule Page: Inline filter is broken (#2834) relates to xibosignageltd/xibo-private#883 --- ui/src/core/xibo-calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/core/xibo-calendar.js b/ui/src/core/xibo-calendar.js index 1cd6f900c2..d6e86665fa 100644 --- a/ui/src/core/xibo-calendar.js +++ b/ui/src/core/xibo-calendar.js @@ -20,7 +20,7 @@ */ // Global calendar object -let calendar; +window.calendar; let events = []; let mymap; let mymapmarker;