Skip to content

Commit

Permalink
Batch updates no countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
devezhao committed Dec 5, 2023
1 parent 2505e39 commit 6589426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/web/assets/js/rb-datalist.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,9 @@ class BatchUpdate extends BatchOperator {
}
})
},
onRendered: function () {
$countdownButton($(this._dlg).find('.btn-primary'))
},
// onRendered: function () {
// $countdownButton($(this._dlg).find('.btn-primary'))
// },
})
}

Expand Down

0 comments on commit 6589426

Please sign in to comment.