OPML v2 export

This commit is contained in:
zadam
2019-02-16 23:58:42 +01:00
parent 6fd8e73150
commit a7fce33750
4 changed files with 24 additions and 6 deletions

View File

@@ -39,6 +39,8 @@ async function showDialog(defaultType) {
throw new Error("Unrecognized type " + defaultType);
}
$("#opml-v2").prop("checked", true); // setting default
glob.activeDialog = $dialog;
$dialog.modal();