mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Firefox < 9.0.1 does not call document.body.onload ... we must use window.onload instead.
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
|
|
||||||
// Start connect after control returns from onload (allow browser
|
// Start connect after control returns from onload (allow browser
|
||||||
// to consider the page loaded).
|
// to consider the page loaded).
|
||||||
document.body.onload = function() {
|
window.onload = function() {
|
||||||
window.setTimeout(function() {
|
window.setTimeout(function() {
|
||||||
|
|
||||||
// Instantiate client
|
// Instantiate client
|
||||||
|
Reference in New Issue
Block a user