aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/jsa
diff options
context:
space:
mode:
Diffstat (limited to 'jsaccess/jsa')
-rw-r--r--jsaccess/jsa/jsa.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jsaccess/jsa/jsa.js b/jsaccess/jsa/jsa.js
index 806ed49..8c0eb81 100644
--- a/jsaccess/jsa/jsa.js
+++ b/jsaccess/jsa/jsa.js
@@ -116,6 +116,7 @@ function _showfiles(data, pass, hash) {
var btn = $('<label><input type="radio" name="file" value="'+obj+'">'+obj+'</input></label><br/>');
btn.appendTo('#files');
});
+ $("input:radio[name=file]:first").attr('checked', true);
}
function _dl(file, pass) {