Skip to content

Commit

Permalink
Fade the correct node.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 26, 2013
1 parent 7d17197 commit 320bbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermes/js/hermes.js
Expand Up @@ -1512,7 +1512,7 @@ HermesCore = {
$('hermesTimeFormCostobject').insert(new Element('option', { selected: 'selected', value: r.deliverable_id }).update(r.deliverable_text)).disable();
}
}
elt.up().fade({
elt.up().up().fade({
duration: this.effectDur,
});
if (restart) {
Expand Down

0 comments on commit 320bbcd

Please sign in to comment.