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:
12
prefs.js
12
prefs.js
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user