summaryrefslogtreecommitdiff
path: root/functions.php
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 /functions.php
parent37f1a234a53dc91d0ec29364554ad7add179cabf (diff)
properly reset selected index of subtoolbar actions dropdown
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index f95c7ebc4..e3b3b3d7c 100644
--- a/functions.php
+++ b/functions.php
@@ -4102,7 +4102,7 @@
print "<select dojoType=\"dijit.form.Select\"
onchange=\"headlineActionsChange(this)\">";
- print "<option value=\"\">".__('Actions...')."</option>";
+ print "<option value=\"false\">".__('Actions...')."</option>";
# print "<optgroup label=\"".__("Selection toggle:")."\">";