summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-21 00:08:42 +0300
committerAndrew Dolgov <[email protected]>2010-11-21 00:08:42 +0300
commitd6034614e060ef2b9ea2ab1b037f67cc83c149aa (patch)
tree01f4f763db4610093e66a05e09bf7f750638f916 /viewfeed.js
parent37f1a234a53dc91d0ec29364554ad7add179cabf (diff)
properly reset selected index of subtoolbar actions dropdown
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index d14d98180..2b837be73 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -2201,7 +2201,7 @@ function correctHeadlinesOffset(id) {
function headlineActionsChange(elem) {
try {
eval(elem.value);
- elem.selectedIndex = 0;
+ elem.attr('value', 'false');
} catch (e) {
exception_error("headlineActionsChange", e);
}