summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-28 09:46:54 +0400
committerAndrew Dolgov <[email protected]>2011-12-28 09:46:54 +0400
commit41f68571abfb56992896d6bc9677a79284285290 (patch)
tree5b0d1cf113c26deee45838316d518b8858034ea4 /js/functions.js
parenta1159c01f3b8f88222f9c4a7f9e0e8801f3951d2 (diff)
fix opml export
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/js/functions.js b/js/functions.js
index a1c393918..9b30bb302 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -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: [email protected]