mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 21:13:26 +00:00
Fix JS Build
This commit is contained in:
@@ -513,7 +513,7 @@ var p4 = p4 || {};
|
|||||||
humane.info(data.message);
|
humane.info(data.message);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(($(destKey).hasClass('content') === true) || ($(destKey).next().is(':visible') === true) || (act == 'MOV'))
|
if($(destKey).hasClass('content') === true || $(destKey).next().is(':visible') === true || (act == 'MOV'))
|
||||||
{
|
{
|
||||||
$('.CHIM.selected:visible').fadeOut();
|
$('.CHIM.selected:visible').fadeOut();
|
||||||
p4.WorkZone.Selection.empty();
|
p4.WorkZone.Selection.empty();
|
||||||
|
Reference in New Issue
Block a user