mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
tweak filter preview layout a bit; allow previewing matched articles in a popup
This commit is contained in:
@@ -2053,3 +2053,10 @@ function getSelectionText() {
|
||||
|
||||
return text.stripTags();
|
||||
}
|
||||
|
||||
function openArticlePopup(id) {
|
||||
window.open("backend.php?op=article&method=view&mode=raw&html=1&zoom=1&id=" + id +
|
||||
"&csrf_token=" + getInitParam("csrf_token"),
|
||||
"ttrss_article_popup",
|
||||
"height=900,width=900,resizable=yes,status=no,location=no,menubar=no,directories=no,scrollbars=yes,toolbar=no");
|
||||
}
|
||||
Reference in New Issue
Block a user