diff options
author | Evan Prodromou <evan@status.net> | 2010-04-07 10:47:29 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-04-07 10:47:29 -0400 |
commit | 727ea5a5163249eb40fa0c4b2c63054fc997473b (patch) | |
tree | e7c412d8d858d7d7dba60ea15fb62e6ac83ef1fc /actions/block.php | |
parent | 439fd589eb256e7ee48796ee7c880536325fa2cb (diff) | |
parent | ecf32880254666860335d4fe2a96909cd592d3e8 (diff) |
Merge branch '0.9.x' into 1.0.x
Diffstat (limited to 'actions/block.php')
-rw-r--r-- | actions/block.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/actions/block.php b/actions/block.php index 5fae45dff..fe4ec0088 100644 --- a/actions/block.php +++ b/actions/block.php @@ -168,4 +168,11 @@ class BlockAction extends ProfileFormAction return; } } + + function showScripts() + { + parent::showScripts(); + $this->autofocus('form_action-yes'); + } + } |