Commit f4cb2b57 by dabai

footseen 自动下载 去除

parent 78eb906c
Showing with 3 additions and 3 deletions
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment