1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 17:21:28 +00:00

misc code cleanups

This commit is contained in:
Andrew Dolgov
2007-08-24 05:36:00 +01:00
parent c20fd46335
commit d395a94275
3 changed files with 51 additions and 331 deletions

View File

@@ -790,19 +790,6 @@ function feedCatEditSave() {
function displayHelpInfobox(topic_id) {
/* if (!xmlhttp_ready(xmlhttp)) {
printLockingError();
return
}
notify_progress("Loading help...");
xmlhttp.open("GET", "backend.php?op=help&tid=" +
param_escape(topic_id), true);
xmlhttp.onreadystatechange=helpbox_callback;
xmlhttp.send(null); */
var url = "backend.php?op=help&tid=" + param_escape(topic_id);
var w = window.open(url, "ttrss_help",