mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
Fix JS Build
This commit is contained in:
@@ -513,7 +513,7 @@ var p4 = p4 || {};
|
||||
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();
|
||||
p4.WorkZone.Selection.empty();
|
||||
|
Reference in New Issue
Block a user