Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsuttlemyre authored May 28, 2024
1 parent 9d2e16e commit 4d2dca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@
if(oldFrame == html){
let package = {type:'alive'}
console.log('sending keep alive pakage',package)
connection.send(pakage)
connection.send(package)
return
}
oldFrame=html
Expand Down

0 comments on commit 4d2dca8

Please sign in to comment.