Skip to content

Commit

Permalink
Update status URLs and notification
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-nexus committed Feb 7, 2024
1 parent 91b6823 commit 8de9f1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
7 changes: 4 additions & 3 deletions extension/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ checkExtensionStatus().then(() => {
})
}
else {
showNotification(extensionStatusJSON);
return;
checkElement(".google-material-icons", "call_end").then(() => {
showNotification(extensionStatusJSON);
})
}
})
})
Expand Down Expand Up @@ -247,7 +248,7 @@ async function checkExtensionStatus() {

// https://stackoverflow.com/a/42518434
await fetch(
"https://vivek-nexus.github.io/transcripto/status/status-prod.json",
"https://ejnana.github.io/gmeet-slack-integration-status/transcripto/status-prod.json",
{ cache: "no-store" }
)
.then((response) => response.json())
Expand Down
4 changes: 0 additions & 4 deletions status/status-prod.json

This file was deleted.

4 changes: 0 additions & 4 deletions status/status-test.json

This file was deleted.

0 comments on commit 8de9f1a

Please sign in to comment.