(Retrofit from develop 9db47428) N°1559: Fixed external attributes selection on export form

This commit is contained in:
Stephen Abello
2018-08-14 15:19:36 +02:00
committed by Molkobain
parent 452c6c3df6
commit 02f83c4f52

View File

@@ -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){