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 68dcebb commit 482c27c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,9 @@

var oldFrame=''
connection.interval=setInterval(function(event) {
if(!connection){ //TODO fix this when viewer refreshes
return
}

html=document.documentElement.outerHTML || document.documentElement.innerHTML
if(oldFrame == html){
Expand Down

0 comments on commit 482c27c

Please sign in to comment.