From bc3c9db7c28dd35db722578d37ff51b88672e178 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 1 Mar 2016 16:41:52 +0100 Subject: [PATCH] temporizing --- docroot/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docroot/index.html b/docroot/index.html index 5adfceb..1d5df62 100644 --- a/docroot/index.html +++ b/docroot/index.html @@ -67,6 +67,10 @@ for (var i = 0; i < data.length; i++) { var d = data[i]; + if (!d['_type']) { + console.log(d); + continue; + } d['udev'] = "user=" + d['username'] + "&device=" + d['device']; d['f12'] = f12; d['f7'] = f7;