From 59e8873cd864fc27524e17cbfcd04b46ae2a56da Mon Sep 17 00:00:00 2001 From: Osten <11805592+LagradOst@users.noreply.github.com> Date: Wed, 23 Mar 2022 22:10:51 +0000 Subject: [PATCH] Update index.html --- docs/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index a27e10be..425be473 100644 --- a/docs/index.html +++ b/docs/index.html @@ -27,6 +27,8 @@ status.innerHTML = "Reading..." + key; if (data.hasOwnProperty(key)) { var value = data[key]; + if(value.url == "NONE") { continue; } + var _status = value.status //Create
  • node var node = document.createElement("li"); @@ -72,4 +74,4 @@ - \ No newline at end of file +