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:
okriuchykhin 2018-01-22 15:07:38 +01:00 committed by GitHub
commit 73b56beae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,6 +118,7 @@ function dataTableInit() {
$('#selected_info').html(' ('+rowsSelected.length+' entries selected)');
},
preDrawCallback: function() {
rowsSelected = [];
animateSpinner(this);
$('.sample-info-link').off('click');
},