]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.js
add prototype of icon replacing control; misc tweaks
[tt-rss.git] / prefs.js
index 6c7f6f6366e321b5e935f37106b6b927ff6462a5..8dbe89c8f28fa264433abd961bf27c316b68e8c2 100644 (file)
--- a/prefs.js
+++ b/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);
        }