From 7dc66a616e00559aeed9cd49f0c65208170e122f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 16 Oct 2005 16:17:12 +0100 Subject: add SQL expression help and placeholder for help mechanism --- functions.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 323d7d8af..5bf5e6973 100644 --- a/functions.js +++ b/functions.js @@ -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"); +} -- cgit v1.2.3