1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

Merge branch 'labels_context_menu' of wn/tt-rss into master

This commit is contained in:
fox
2017-08-02 05:01:00 +00:00
committed by Gogs
+1 -1
View File
@@ -1740,7 +1740,7 @@ function headlinesMenuCommon(menu) {
var labels = getInitParam("labels"); var labels = getInitParam("labels");
if (labels) { if (labels && labels.length) {
menu.addChild(new dijit.MenuSeparator()); menu.addChild(new dijit.MenuSeparator());