diff --git a/js/tabularfieldsselector.js b/js/tabularfieldsselector.js index 7d6e4a332..0b59da7c2 100644 --- a/js/tabularfieldsselector.js +++ b/js/tabularfieldsselector.js @@ -428,11 +428,7 @@ $(function() event.stopImmediatePropagation(); var jMe = $(this); $(this).data('openTimeoutId', setTimeout(function() { - var sDataId = jMe.attr('data-attcode'); - if ($('.tooltip-close-button[data-attcode="'+sDataId+'"]').length == 0) - { - jMe.tooltip('open'); - } + jMe.tooltip('open'); }, 500)); }) .on( "mouseout", function(event){