summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/prefs.js b/prefs.js
index 6c7f6f636..8dbe89c8f 100644
--- 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);
}