mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2024-12-23 07:26:11 +00:00
Bug correction : load page is white when firefox start
This commit is contained in:
parent
2ea5d7fdc8
commit
67afc16031
@ -18,7 +18,9 @@ window.onload = function(){
|
||||
break;
|
||||
}
|
||||
});
|
||||
} else initPage();
|
||||
} else{
|
||||
setTimeout(initPage, 100);
|
||||
}
|
||||
}, function(){});
|
||||
}
|
||||
initPage();
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
"manifest_version": 2,
|
||||
"name": "__MSG_extensionName__",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
|
||||
"description": "__MSG_extensionDescription__",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user