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

OPML import

This commit is contained in:
Andrew Dolgov
2005-09-02 12:49:47 +01:00
parent 9a4506c87d
commit 9f311df626
5 changed files with 129 additions and 13 deletions

View File

@@ -297,6 +297,18 @@ function localPiggieFunction(enable) {
}
}
function validateOpmlImport() {
var opml_file = document.getElementById("opml_file");
if (opml_file.value.length == 0) {
notify("Please select OPML file to upload.");
return false;
} else {
return true;
}
}
function init() {
// IE kludge