質問編集履歴

1

不要なコードを削除。

2022/11/15 12:33

投稿

taka_oct092018
taka_oct092018

スコア133

test CHANGED
File without changes
test CHANGED
@@ -59,7 +59,6 @@
59
59
  // イベントハンドラ(一覧表に要素を表示)
60
60
  const handler = function(event) {
61
61
  $.each(props, function(index, property) {
62
- // console.log(event[property]);
63
62
  $(document.getElementById(property)).text(toHtml(event[property]));
64
63
  });
65
64
  };