]> git.wh0rd.org - tt-rss.git/blobdiff - js/functions.js
fix opml export
[tt-rss.git] / js / functions.js
index a1c3939188346d022c78fa4dcdeef6cd57c0f93e..9b30bb302407b681e6e1c62ac18534a4014e5ef7 100644 (file)
@@ -296,12 +296,6 @@ function gotoMain() {
        document.location.href = "index.php";
 }
 
-function gotoExportOpml(filename, settings) {
-    tmp = settings ? 1 : 0;
-       document.location.href = "opml.php?op=Export&filename=" + filename + "&settings=" + tmp;
-}
-
-
 /** * @(#)isNumeric.js * * Copyright (c) 2000 by Sundar Dorai-Raj
   * * @author Sundar Dorai-Raj
   * * Email: sdoraira@vt.edu