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

add SQL expression help and placeholder for help mechanism

This commit is contained in:
Andrew Dolgov
2005-10-16 16:17:12 +01:00
parent 6e0584e930
commit 7dc66a616e
4 changed files with 131 additions and 1 deletions

View File

@@ -356,3 +356,9 @@ function update_label_counters(feed) {
xmlhttp_rpc.send(null);
}
}
function popupHelp(tid) {
var w = window.open("backend.php?op=help&tid=" + tid,
"Popup Help",
"menubar=no,location=no,resizable=yes,scrollbars=yes,status=no");
}