1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:45:56 +00:00

Merge branch 'hotkeys-focus' of suraia/tt-rss into master

This commit is contained in:
fox
2019-04-14 14:15:13 +00:00
committed by Gogs
15 changed files with 119 additions and 58 deletions

View File

@@ -534,7 +534,7 @@ class Article extends Handler_Protected {
$rv .= "<br clear='both'/>";
}
$rv .= "<div class=\"attachments\" dojoType=\"dijit.form.DropDownButton\">".
$rv .= "<div class=\"attachments\" dojoType=\"fox.form.DropDownButton\">".
"<span>" . __('Attachments')."</span>";
$rv .= "<div dojoType=\"dijit.Menu\" style=\"display: none;\">";