Skip to content

Commit

Permalink
Update if No blockade Around
Browse files Browse the repository at this point in the history
  • Loading branch information
uthsobcb authored Nov 20, 2023
1 parent 1241f7e commit 221ea88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ fetch(API_URL)
.then((resp) => {
if (resp.length <= 0) {
vred.innerText = "No";
subTitle.innerText = "No Blockade around; But stay Safe";
caller.innerText = "NoBody";

[subTitle, caller, reporter, sourceLink.parentElement].forEach(
(element) => {
element.style.display = "none";
Expand Down

0 comments on commit 221ea88

Please sign in to comment.