]> git.wh0rd.org - tt-rss.git/blobdiff - functions.js
update schema, more mysql work
[tt-rss.git] / functions.js
index ebb1bb8f3ff83693ce5d014869346f19971795e7..540d7b89cd0854816335fff69a59ee67a44a2b01 100644 (file)
@@ -263,4 +263,6 @@ function gotoMain() {
        document.location.href = "tt-rss.php";
 }
 
-
+function gotoExportOpml() {
+       document.location.href = "opml.php?op=Export";
+}