mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
modularize dialog Module (no more p4.dialog)
This commit is contained in:
@@ -572,7 +572,7 @@
|
||||
event.cancelBubble = true;
|
||||
if (event.stopPropagation)
|
||||
event.stopPropagation();
|
||||
showOverlay('_tooltip', 'body', unfix_tooltip, settings(this).fixableIndex);
|
||||
commonModule.showOverlay('_tooltip', 'body', unfix_tooltip, settings(this).fixableIndex);
|
||||
$('#tooltip .tooltip_closer').show().bind('click', unfix_tooltip);
|
||||
$.tooltip.blocked = true;
|
||||
}
|
||||
@@ -718,7 +718,7 @@ function unfix_tooltip() {
|
||||
$.tooltip.current = null;
|
||||
$('#tooltip').hide();
|
||||
$('#tooltip .tooltip_closer').hide();
|
||||
hideOverlay('_tooltip');
|
||||
commonModule.hideOverlay('_tooltip');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user