diff --git a/Inquirer.js b/Inquirer.js index bde3955..d862687 100644 --- a/Inquirer.js +++ b/Inquirer.js @@ -248,4 +248,9 @@ // Hook the page now hook(); + window.addEventListener("load",function(){ + setTimeout(function() { + getApp(); + }, 100); + }) } ();