diff --git a/download.html b/download.html index 84dee10..43f0d3f 100644 --- a/download.html +++ b/download.html @@ -109,9 +109,9 @@ onready: function () { var m = this, button = document.getElementById("iosDown"); m.schemeWakeup(); - setTimeout(function () { - m.wakeupOrInstall(); - },2000) +// setTimeout(function () { +// m.wakeupOrInstall(); +// },2000) button.onclick = function () { m.wakeupOrInstall(); return false;