1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:55:55 +00:00

fix opml export

This commit is contained in:
Andrew Dolgov
2011-12-28 09:46:54 +04:00
parent a1159c01f3
commit 41f68571ab
3 changed files with 7 additions and 7 deletions

View 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