Михаил Капелько 1年前
コミット
c0658d17dc
1個のファイルの変更7行の追加6行の削除
  1. +7
    -6
      web/memory.html

+ 7
- 6
web/memory.html ファイルの表示

@@ -6,12 +6,6 @@
<body>
</body>
<script>
/*
document.onclick = function() {
document.body.innerHTML += "!";
};
*/

var items = []

// Section16Buttons.
@@ -39,5 +33,12 @@
item.style.background = "blue"
}

// SectionSelection.
for (let id in items) {
var item = items[id]
item.onclick = function() {
console.log("ИГР select id:", id)
}
}
</script>
</html>

読み込み中…
キャンセル
保存