mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-08 07:21:03 +08:00
Prevent double initialization of popup [SCI-855]
This commit is contained in:
parent
96a9857dec
commit
ddd8bcf7b0
1 changed files with 1 additions and 0 deletions
|
|
@ -353,6 +353,7 @@ function appendSamplesIdToForm(form) {
|
|||
|
||||
function initHeaderTooltip() {
|
||||
// Fix compatibility of fixed table header and column names modal-tooltip
|
||||
$('.modal-tooltip').off();
|
||||
$('.modal-tooltip').hover(function() {
|
||||
var $tooltip = $(this).find('.modal-tooltiptext');
|
||||
var offsetLeft = $tooltip.offset().left;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue