Skip to content

Commit

Permalink
use better logging function
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@18734 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 16, 2018
1 parent e8fefd6 commit 628b959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ <h3>Version 2.3</h3>
}
document.addEventListener("visibilitychange", function (e) {
window_ids = Object.keys(client.id_to_window);
console.log("visibilitychange hidden=", document.hidden);
clog("visibilitychange hidden=", document.hidden);
if (document.hidden) {
client.send(["suspend", true, window_ids]);
}
Expand Down

0 comments on commit 628b959

Please sign in to comment.