Skip to content

Commit

Permalink
Fix subject for set_object_field_value on status KO
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelb80 committed Mar 8, 2012
1 parent 2e89392 commit 2568dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/public/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ var Admin = {
elm.effect("highlight", {'color' : '#57A957'}, 2000);
Admin.set_object_field_value(elm);
} else {
jQuery(a).parent().effect("highlight", {'color' : '#C43C35'}, 2000);
jQuery(subject).parent().effect("highlight", {'color' : '#C43C35'}, 2000);
}
}
});
Expand Down

0 comments on commit 2568dea

Please sign in to comment.