1
0
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:
Andrew Dolgov
2010-01-14 11:28:57 +03:00
parent b6a6e262be
commit c3b7b797f5
4 changed files with 64 additions and 5 deletions

View File

@@ -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);
}