From 8158c57a8e3a40338045e0b809bca42f1e703ca5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 Sep 2005 14:31:21 +0100 Subject: update schema, more mysql work --- functions.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index ebb1bb8f3..540d7b89c 100644 --- a/functions.js +++ b/functions.js @@ -263,4 +263,6 @@ function gotoMain() { document.location.href = "tt-rss.php"; } - +function gotoExportOpml() { + document.location.href = "opml.php?op=Export"; +} -- cgit v1.2.3