mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:25:55 +00:00
more auxDlg tweaks
This commit is contained in:
@@ -2207,7 +2207,8 @@ function hideAuxDlg() {
|
||||
|
||||
function displayNewContentPrompt(id) {
|
||||
try {
|
||||
var msg = __("New articles in «%s». <a href='#' onclick='viewCurrentFeed()'>Click to view</a>.");
|
||||
var msg = __("New articles in «%s».") +
|
||||
" <a href='#' onclick='viewfeed("+id+")'>" + __('Click to view') + "</a>.";
|
||||
|
||||
msg = msg.replace("%s", getFeedName(id));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user