N°1559: Fixed external attributes selection on export form

SVN:trunk[6003]
This commit is contained in:
Stephen Abello
2018-08-14 13:19:36 +00:00
parent 84dc3c2093
commit 9db47428db

View File

@@ -428,11 +428,7 @@ $(function()
event.stopImmediatePropagation(); event.stopImmediatePropagation();
var jMe = $(this); var jMe = $(this);
$(this).data('openTimeoutId', setTimeout(function() { $(this).data('openTimeoutId', setTimeout(function() {
var sDataId = jMe.attr('data-attcode'); jMe.tooltip('open');
if ($('.tooltip-close-button[data-attcode="'+sDataId+'"]').length == 0)
{
jMe.tooltip('open');
}
}, 500)); }, 500));
}) })
.on( "mouseout", function(event){ .on( "mouseout", function(event){