PHRAS-205 #fix validation reorder

This commit is contained in:
Nicolas Le Goff
2014-07-23 16:32:14 +02:00
parent 73ebd220a8
commit c8c10f2776
2 changed files with 12 additions and 2 deletions

View File

@@ -155,6 +155,8 @@ var p4 = p4 || {};
}
selectedItem.remove();
} else {
return p4.WorkZone.reloadCurrent();
}
} else {
humane.error(data.message);
@@ -308,8 +310,8 @@ var p4 = p4 || {};
$('a.WorkZoneElementRemover', dest).bind('mousedown',function (event) {
return false;
}).bind('click', function (event) {
return WorkZoneElementRemover($(this), false);
});
return WorkZoneElementRemover($(this), false);
});
dest.droppable({
accept: function (elem) {