1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 15:11:28 +00:00

remove useless view article menu item when in CDM

This commit is contained in:
Andrew Dolgov
2010-11-20 02:06:54 +03:00
parent 3571742512
commit e5d9c77052

View File

@@ -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) {