mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°1559: Fixed external attributes selection on export form
SVN:trunk[6003]
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user