toggle annotations menu
This commit is contained in:
parent
a691dc2dc8
commit
a0a1b21aae
1 changed files with 1 additions and 0 deletions
|
@ -601,6 +601,7 @@ oml.ui.mainMenu = function() {
|
|||
that[data.value ? 'enableItem' : 'disableItem']('book');
|
||||
that[data.value ? 'disableItem' : 'enableItem']('showfilters');
|
||||
that[data.value ? 'enableItem' : 'disableItem']('showbrowser');
|
||||
that[data.value ? 'enableItem' : 'disableItem']('showannotations');
|
||||
}
|
||||
},
|
||||
oml_itemview: function(data) {
|
||||
|
|
Loading…
Reference in a new issue