remove useless view article menu item when in CDM
This commit is contained in:
parent
3571742512
commit
e5d9c77052
|
@ -2260,6 +2260,7 @@ function initHeadlinesMenu() {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (!isCdmMode())
|
||||||
menu.addChild(new dijit.MenuItem({
|
menu.addChild(new dijit.MenuItem({
|
||||||
label: __("View article"),
|
label: __("View article"),
|
||||||
onClick: function(event) {
|
onClick: function(event) {
|
||||||
|
|
Loading…
Reference in New Issue