summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/viewfeed.js b/viewfeed.js
index ce8a14fa2..da03a6a2d 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -1836,7 +1836,6 @@ function fixHeadlinesOrder(ids) {
}
function subtoolbarSearch() {
-
try {
var q = document.getElementById("subtoolbar_search_box");
@@ -1871,7 +1870,7 @@ function subtoolbarSearch() {
} catch (e) {
exception_error("subtoolbarSearch", e);
- }
+ }
}
function getArticleUnderPointer() {