Changes for page Paper Clip Game

Last modified by Leon Poon on 2019/12/04 12:14

From version 2.1
edited by Leon Poon
on 2019/12/04 04:14
Change comment: There is no comment for this version
To version 1.1
edited by Leon Poon
on 2019/12/04 04:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,6 +2,5 @@
2 2  (function() {
3 3   var a = []; for (var i = 0; i < 10; i++) a.push(i);
4 4   a = a.map((i) => document.getElementById('qChip' + i)).filter(i => i).map(i => parseFloat(i.style.opacity)).reduce((a,b)=>a+b, 0.0);
5 - if (a > 0) qComp();
6 - setTimeout(arguments.callee, 1)})();
5 + if (a > 0) qComp(); setTimeout(arguments.callee, 1)})();
7 7  {{/code}}