Skip to content

Commit

Permalink
Menu Protein and crystals appear
Browse files Browse the repository at this point in the history
  • Loading branch information
antolinos committed Nov 26, 2018
1 parent 9f85113 commit 9fc8178
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions js/mx/menu/mxmainmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,15 @@ MXMainMenu.prototype.getMenuItems = function() {
return [
this.getHomeItem(),
this.getShipmentItem(),
/*{
text : this._convertToHTMLWhiteSpan("Proteins and Crystals <sub style='font-size:10px;color:orange'>NEW</sub>"),
cls : 'ExiSAXSMenuToolBar',
disabled : false,
menu : this.getProteinCrystalsMenu()
},

{
text : this._convertToHTMLWhiteSpan("Proteins and Crystals <sub style='font-size:10px;color:orange'>NEW</sub>"),
cls : 'ExiSAXSMenuToolBar',
disabled : false,
handler : function(){
location.hash = "#/protein/list";
}
},*/
},
{
text : this._convertToHTMLWhiteSpan("Prepare Experiment"),
cls : 'ExiSAXSMenuToolBar',
Expand Down
4 changes: 2 additions & 2 deletions js/mx/menu/mxmanagermenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ MXManagerMenu.prototype.getMenuItems = function() {

}
},
/*{
{
text : this._convertToHTMLWhiteSpan("Proteins and Crystals <sub style='font-size:10px;color:orange'>NEW</sub>"),
cls : 'ExiSAXSMenuToolBar',
disabled : false,
handler : function(){
location.hash = "#/protein/list";
}
},*/
},
{
text : this._convertToHTMLWhiteSpan("Data Explorer"),
cls : 'ExiSAXSMenuToolBar',
Expand Down

0 comments on commit 9fc8178

Please sign in to comment.