mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-10 14:16:28 +08:00
make selector a bit more specific
make selector more specific
This commit is contained in:
parent
652b9014e1
commit
ba4e06f7e6
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ var RepositoryDatatable = (function(global) {
|
|||
var TABLE_WRAPPER_ID = '.repository-table';
|
||||
var TABLE = null;
|
||||
var EDITABLE = false;
|
||||
var SELECT_ALL_SELECTOR = "#checkbox > input"
|
||||
var SELECT_ALL_SELECTOR = "#checkbox > input[name=select_all]"
|
||||
|
||||
var rowsSelected = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue