mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +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();
|
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){
|
||||||
|
|||||||
Reference in New Issue
Block a user