aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess
diff options
context:
space:
mode:
Diffstat (limited to 'jsaccess')
-rw-r--r--jsaccess/jsa/jsa.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsaccess/jsa/jsa.js b/jsaccess/jsa/jsa.js
index 9535ec4..64cab5a 100644
--- a/jsaccess/jsa/jsa.js
+++ b/jsaccess/jsa/jsa.js
@@ -24,7 +24,7 @@
/* Called on "body" load */
function jsainit() {
-
+ $("input:text:visible:first").focus();
}
/* Called on "Get files list" click */