Skip to content

Commit

Permalink
fix renaming in keepalive.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Nov 12, 2024
1 parent 4783f09 commit df8ec00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/keepalive.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function keepalive(WebChannel) {
}
}

if (!WebChannel.wsconnectionalert_triggered) {
if (!WebChannel.ws_disconnected) {
if (Genie.Settings.env == 'dev') {
console.info('Keeping connection alive');
}
Expand Down

0 comments on commit df8ec00

Please sign in to comment.