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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user