diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-01-14 11:28:57 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-01-14 11:28:57 +0300 |
| commit | c3b7b797f51793825b5fa992635d951736df239a (patch) | |
| tree | 92ea87aca633965ec265e30498f2c516a6c6300f /prefs.js | |
| parent | b6a6e262bebfdcea6b9523e63c287f94b4ffcff6 (diff) | |
add prototype of icon replacing control; misc tweaks
Diffstat (limited to 'prefs.js')
| -rw-r--r-- | prefs.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); } |