From 8e54eaafbb0a160b9b9e2dbe5c2207126bc967bc Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 5 Dec 2018 16:10:29 +0100 Subject: [locationinfo] roomplaner -> roomplanner --- modules-available/locationinfo/templates/frontend-default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules-available/locationinfo/templates/frontend-default.html') diff --git a/modules-available/locationinfo/templates/frontend-default.html b/modules-available/locationinfo/templates/frontend-default.html index 7317f8e2..766329d9 100755 --- a/modules-available/locationinfo/templates/frontend-default.html +++ b/modules-available/locationinfo/templates/frontend-default.html @@ -1501,7 +1501,7 @@ optional: for (var i = 0; i < update.length; i++) { var $div = $("#pc_" + room.id + "_" + update[i].id); // Pc free - if (room.config.roomplaner === true) { + if (room.config.roomplanner === true) { if ((update[i].pcState === "IDLE" || update[i].pcState === "OFFLINE" || update[i].pcState === "STANDBY") && !isNaN(update[i].x) && !isNaN(update[i].y)) { freePcs++; } -- cgit v1.2.3-55-g7522