summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
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]