Skip to content

Commit

Permalink
Fixing things in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
expitau committed May 1, 2024
1 parent b216337 commit 97769a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/bookmarklet-iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
function processDataFromWiki(data) {
if (!isActive) return;

console.log("Heartbeat received")
if (data.type == 'heartbeat') {
sendDataToWiki('heartbeatAck')
lastHeartbeat = Date.now();
Expand Down

0 comments on commit 97769a5

Please sign in to comment.