mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 09:11:29 +00:00
add prototype of icon replacing control; misc tweaks
This commit is contained in:
3
prefs.js
3
prefs.js
@@ -2233,13 +2233,12 @@ function opmlImportDone() {
|
||||
updateFeedList();
|
||||
}
|
||||
|
||||
function opml_import_handler(iframe) {
|
||||
function opmlImportHandler(iframe) {
|
||||
try {
|
||||
var tmp = new Object();
|
||||
tmp.responseText = iframe.document.body.innerHTML;
|
||||
notify('');
|
||||
infobox_callback2(tmp);
|
||||
|
||||
} catch (e) {
|
||||
exception_error("opml_import_handler", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user