Skip to content

Commit

Permalink
Fix Bug 368870 - Extra Button in Navigation Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Li committed Jan 23, 2012
1 parent 1cd4b91 commit bc69df8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ define(['require', 'dojo', 'dijit', 'orion/commands', 'orion/util', 'orion/textv
});
dojo.addClass(menuButton.domNode, "commandImage");
dojo.place(menuButton.domNode, userInfo, "only");
dojo.destroy(menuButton.valueNode); // the valueNode gets picked up by screen readers; since it's not used, we can get rid of it
}


Expand Down

0 comments on commit bc69df8

Please sign in to comment.