Skip to content

Commit

Permalink
Merge pull request #3386 from KenTanaka/experimental/267
Browse files Browse the repository at this point in the history
#267 【配送方法登録・編集】お届け時間設定の名前を編集後にボタンを再度押せなくなる
  • Loading branch information
ryo-endo committed Jul 24, 2018
2 parents 13ff15b + 4291123 commit 267794f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ file that was distributed with this source code.
var current = $(this).parents("li");
current.find('.mode-view').addClass('d-none');
current.find('.mode-edit').removeClass('d-none');
current.find('.action-edit-submit').attr('disabled', false);
current.find('.action-edit-cancel').attr('disabled', false);
});
// 編集決定
Expand Down

0 comments on commit 267794f

Please sign in to comment.