]> git.wh0rd.org - tt-rss.git/commitdiff
Fix incorrect function name in exception handling
authorJeffrey Tolar <tolar.jeffrey@gmail.com>
Sat, 22 Jun 2013 04:31:59 +0000 (23:31 -0500)
committerJeffrey Tolar <tolar.jeffrey@gmail.com>
Sat, 22 Jun 2013 04:31:59 +0000 (23:31 -0500)
js/viewfeed.js

index 6d0941181628603509d9feea910570f6375f3f7e..7182ec084027594330a8ae99b73060b3b5cd5e6a 100644 (file)
@@ -1679,7 +1679,7 @@ function dismissReadArticles() {
                }
 
        } catch (e) {
-               exception_error("dismissSelectedArticles", e);
+               exception_error("dismissReadArticles", e);
        }
 }