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 +