Merge pull request #3313 from aignatov-bio/ai-sci-5720-fix-handsone-tables-in-pdf-report

Fix handson table in pdf report [SCI-5720]
This commit is contained in:
Alex Kriuchykhin 2021-05-11 17:32:39 +02:00 committed by GitHub
commit 2f52d4f9ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,6 @@
$('.hot-table-container').each(function() {
initializeHandsonTable($(this));
reportHandsonTableConverter();
});
reportHandsonTableConverter();
}());