summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-09-12 07:41:04 +0100
committerAndrew Dolgov <[email protected]>2008-09-12 07:41:04 +0100
commit4fdb0476e5d9e861a4ba510dbe5f885dcdf1575f (patch)
treeee2c707c5335c8c4e22e67296a93cffabee03c07 /feedlist.js
parentcff7a3a2558691cae14003369c1c5a308865770c (diff)
exception handler in feedlist_dragsorted: report correct function name; initial load speedup
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 6eb7312f3..8400af52c 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -354,7 +354,7 @@ function feedlist_dragsorted(ctr) {
}
} catch (e) {
- exception_error("feedlist_init", e);
+ exception_error("feedlist_dragsorted", e);
}
}