From 02f83c4f52b4c6d15669546e0f69c1498024e2da Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 14 Aug 2018 15:19:36 +0200 Subject: [PATCH] =?UTF-8?q?(Retrofit=20from=20develop=209db47428)=20N?= =?UTF-8?q?=C2=B01559:=20Fixed=20external=20attributes=20selection=20on=20?= =?UTF-8?q?export=20form?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/tabularfieldsselector.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/js/tabularfieldsselector.js b/js/tabularfieldsselector.js index 7d6e4a332a..0b59da7c2a 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){