# HG changeset patch # User Nobuyasu Oshiro # Date 1348216691 -32400 # Node ID 899900981cf84b7ce098f7e8ceb4e6180ad04fe5 # Parent 6fdf1b084a00f6993671eab3bc0be312986e10d0 modified diff -r 6fdf1b084a00 -r 899900981cf8 post.html --- a/post.html Fri Sep 21 15:06:14 2012 +0900 +++ b/post.html Fri Sep 21 17:38:11 2012 +0900 @@ -11,7 +11,7 @@ -
+
diff -r 6fdf1b084a00 -r 899900981cf8 postscript.js --- a/postscript.js Fri Sep 21 15:06:14 2012 +0900 +++ b/postscript.js Fri Sep 21 17:38:11 2012 +0900 @@ -19,6 +19,6 @@ obj.abort(); obj.open('POST',URL, true); obj.setRequestHeader('Accept','application/json'); -// obj.setRequestHeader('Content-Type','application/json'); + obj.setRequestHeader('Content-Type','application/json'); obj.send(); }