Commit 6b714888 authored by shoei.kanno's avatar shoei.kanno

会員登録API完成

parent 97121784
......@@ -34,7 +34,7 @@ $('#ok-btn').on('click', function(){
dataType: "json",
data: JSON.stringify(data)
}).done(function(response, textStatus, jqXHR ) {
// Todo success process
$('.js-modal').fadeOut();
}).fail(function(jqXHR, textStatus, errorThrown) {
alert("Failed.");
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment