回答編集履歴

1

変更

2016/04/15 03:20

投稿

root_jp
root_jp

スコア4666

test CHANGED
@@ -16,11 +16,7 @@
16
16
 
17
17
  jQuery(function(\$) {
18
18
 
19
- \$("#detailForm").on("submit", function() {
19
+ \$("#detailForm").on("submit", henshu_onclick);
20
-
21
- return henshu_onclick();
22
-
23
- });
24
20
 
25
21
  });
26
22