From e09c06578c1f877cc40885c5d4febbf0695b1b8e Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Tue, 9 Aug 2016 11:28:27 +0200 Subject: hide json textarea. --- modules-available/roomplanner/templates/page.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'modules-available/roomplanner/templates') diff --git a/modules-available/roomplanner/templates/page.html b/modules-available/roomplanner/templates/page.html index f4d97a6e..48196020 100644 --- a/modules-available/roomplanner/templates/page.html +++ b/modules-available/roomplanner/templates/page.html @@ -311,17 +311,20 @@ -
+ + @@ -345,6 +348,7 @@ document.addEventListener("DOMContentLoaded", function () { ).done(function() { $.getScript("modules/roomplanner/js/init.js", function() { initRoomplanner(); + roomplanner.load($('#serializedRoom').val()); console.log(subnetMachines); }); }); -- cgit v1.2.3-55-g7522