Commit 7efd1b51 authored by shoei.kanno's avatar shoei.kanno

Merge branch '会員登録API' into 'master'

会員登録API完成

See merge request !12
parents 97121784 6b714888
......@@ -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