質問編集履歴

2

post確認

2017/05/24 05:45

投稿

rms398
rms398

スコア50

test CHANGED
File without changes
test CHANGED
@@ -24,6 +24,10 @@
24
24
 
25
25
 
26
26
 
27
+ でもブラウザのF12でちゃんとdelete.phpにpostで適正な値が渡されていました
28
+
29
+
30
+
27
31
 
28
32
 
29
33
  ###該当しているソースコード

1

console\.logを変えた

2017/05/24 05:45

投稿

rms398
rms398

スコア50

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  Promise.all(promises).then(function (results) {
14
14
 
15
- console.log('aaaa');
15
+ console.log('通りましたよ');
16
16
 
17
17
  window.location.reload(true);
18
18