summaryrefslogtreecommitdiff
path: root/actions/groupblock.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-04-07 10:47:29 -0400
committerEvan Prodromou <evan@status.net>2010-04-07 10:47:29 -0400
commit727ea5a5163249eb40fa0c4b2c63054fc997473b (patch)
treee7c412d8d858d7d7dba60ea15fb62e6ac83ef1fc /actions/groupblock.php
parent439fd589eb256e7ee48796ee7c880536325fa2cb (diff)
parentecf32880254666860335d4fe2a96909cd592d3e8 (diff)
Merge branch '0.9.x' into 1.0.x
Diffstat (limited to 'actions/groupblock.php')
-rw-r--r--actions/groupblock.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/actions/groupblock.php b/actions/groupblock.php
index ec673358e..88d7634a2 100644
--- a/actions/groupblock.php
+++ b/actions/groupblock.php
@@ -214,5 +214,12 @@ class GroupblockAction extends Action
303);
}
}
+
+ function showScripts()
+ {
+ parent::showScripts();
+ $this->autofocus('form_action-yes');
+ }
+
}