Skip to content

Commit

Permalink
Merge pull request #5762 from maianhtu010596/issues/5757
Browse files Browse the repository at this point in the history
スピナーがボタン内に見えなくなる 不具合の修正
  • Loading branch information
chihiro-adachi authored Sep 6, 2022
2 parents a1b349b + 08f9e4a commit 01ff147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html/template/admin/assets/js/function.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ var toggleBtnBulk = function(checkboxSelector, btnSelector) {

if (typeof Ladda !== 'undefined') {
Ladda.bind('button[type=submit]', {timeout: 2000});
$('button[type=submit].btn-ec-regular').attr('data-spinner-color', '#595959');
}

// anchorをクリックした時にformを裏で作って指定のメソッドでリクエストを飛ばす
Expand Down

0 comments on commit 01ff147

Please sign in to comment.