Fix JS Build

This commit is contained in:
Romain Neutron
2012-01-04 11:15:05 +01:00
parent 1c7c5ce701
commit 6cf3276af5

View File

@@ -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();