Skip to content

Commit 407a743

Browse files
authored
Update src/resources/views/crud/columns/inc/bulk_actions_checkbox.blade.php
1 parent 23ccc92 commit 407a743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/crud/columns/inc/bulk_actions_checkbox.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function markCheckboxAsCheckedIfPreviouslySelected() {
5959
let hasFilterApplied = false;
6060
6161
if (tableUrl.indexOf('?') > -1) {
62-
if(tableUrl.substring(tableUrl.indexOf('?') + 1).length > 0) {
62+
if (tableUrl.substring(tableUrl.indexOf('?') + 1).length > 0) {
6363
hasFilterApplied = true;
6464
}
6565
}

0 commit comments

Comments
 (0)