diff options
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r-- | module/web/templates/default/base.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 2987cf081..c7014e6b6 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -148,7 +148,9 @@ function out(){ function show_cap(){
bg_show();
$("cap_box").setStyle('display', 'block');
- cap_box.start('opacity',1)
+ cap_box.start('opacity',1).chain(function(){
+ $('cap_result').focus();
+ });
}
function hide_cap(){
|