1
0
mirror of https://github.com/MatMoul/quickdial-webext.git synced 2025-11-21 06:52:06 +00:00

Bug correction : load page is white when firefox start

This commit is contained in:
2017-09-29 23:38:24 +02:00
parent 2ea5d7fdc8
commit 67afc16031
2 changed files with 4 additions and 2 deletions

View File

@@ -18,7 +18,9 @@ window.onload = function(){
break;
}
});
} else initPage();
} else{
setTimeout(initPage, 100);
}
}, function(){});
}
initPage();