mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
Merge pull request #950 from okriuchykhin/ok_SCI_1329
Clear selected rows when changing pages on samples table[SCI-1329]
This commit is contained in:
commit
73b56beae9
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ function dataTableInit() {
|
|||
$('#selected_info').html(' ('+rowsSelected.length+' entries selected)');
|
||||
},
|
||||
preDrawCallback: function() {
|
||||
rowsSelected = [];
|
||||
animateSpinner(this);
|
||||
$('.sample-info-link').off('click');
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue