summaryrefslogtreecommitdiff
path: root/lib/designsettings.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-09-03 19:42:50 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-09-03 19:42:50 +0000
commit277b464054b24f8d680ddbe762c9e438f6679592 (patch)
treec56e63d8177082385355af38c418813ee2595157 /lib/designsettings.php
parent0c95734a6874608ea5ed44608cabeda7c3a1b4ea (diff)
Created autofocus method to give focus to an element (primarily a form
control) on page onload. Updated some of the pages to use autofocus.
Diffstat (limited to 'lib/designsettings.php')
-rw-r--r--lib/designsettings.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/designsettings.php b/lib/designsettings.php
index fe4222597..fdc05562e 100644
--- a/lib/designsettings.php
+++ b/lib/designsettings.php
@@ -327,6 +327,8 @@ class DesignSettingsAction extends AccountSettingsAction
$this->script('js/farbtastic/farbtastic.js');
$this->script('js/farbtastic/farbtastic.go.js');
$this->script('js/userdesign.go.js');
+
+ $this->autofocus('design_background-image_file');
}
/**