Skip to content

Commit

Permalink
$mol_build_client removed unused postMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkalica committed Oct 30, 2024
1 parent cbcef3f commit ea7d089
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/client/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ function $mol_build_client() {

socket.onmessage = message => {
if( message.data !== '$mol_build_obsolete' ) return
postMessage('mol_build_obsolete')
location.reload()
}

Expand Down

0 comments on commit ea7d089

Please sign in to comment.