Skip to content

Commit

Permalink
Merge branch 'development' of git://github.com/novakps/kemia
Browse files Browse the repository at this point in the history
  • Loading branch information
novakps committed Feb 10, 2011
2 parents ceacc9a + 44d38da commit 4a2f616
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions kemia/controller/defaulttoolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,17 +197,7 @@ kemia.controller.DefaultToolbar.makeAtomBondTemplateButtons = function(buttons)
style: 'color:purple'
},
'I')), true);
atom_menu.addChild(new goog.ui.MenuSeparator(), true);
atom_menu.addChild(new goog.ui.Option(goog.dom.createDom(
goog.dom.TagName.DIV, {
style: 'color:black'
},
'R1')), true);
atom_menu.addChild(new goog.ui.Option(goog.dom.createDom(
goog.dom.TagName.DIV, {
style: 'color:black'
},
'R2')), true);

// atom_menu.addChild(new goog.ui.Option('...'), true);//TTD periodic table
atom_select.setMenu(atom_menu);
buttons.push(atom_select);
Expand Down

0 comments on commit 4a2f616

Please sign in to comment.