forked from recloudstream/cloudstream
Update index.html
This commit is contained in:
parent
0e3ca34875
commit
59e8873cd8
1 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,8 @@
|
||||||
status.innerHTML = "Reading..." + key;
|
status.innerHTML = "Reading..." + key;
|
||||||
if (data.hasOwnProperty(key)) {
|
if (data.hasOwnProperty(key)) {
|
||||||
var value = data[key];
|
var value = data[key];
|
||||||
|
if(value.url == "NONE") { continue; }
|
||||||
|
|
||||||
var _status = value.status
|
var _status = value.status
|
||||||
//Create <li> node
|
//Create <li> node
|
||||||
var node = document.createElement("li");
|
var node = document.createElement("li");
|
||||||
|
@ -72,4 +74,4 @@
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue