1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 02:55:55 +00:00

misc layout fixes

This commit is contained in:
Andrew Dolgov
2011-12-10 22:21:54 +04:00
parent 0bfbf1c235
commit a299881140
7 changed files with 8 additions and 6 deletions

View File

@@ -638,7 +638,7 @@ function displayHelpInfobox(topic_id) {
var url = "backend.php?op=help&tid=" + param_escape(topic_id);
var w = window.open(url, "ttrss_help",
window.open(url, "ttrss_help",
"status=0,toolbar=0,location=0,width=450,height=500,scrollbars=1,menubar=0");
}