I think it is clearer to not have such a button appear pre-selected
when entering the signin page, because that may suggest to the user
they don't need to click on it, and yet they do.
}
this.highlight(box_id);
}
this.highlight(box_id);
- this.setCookie(box_id);
this.provider_id = box_id;
this.provider_url = provider['url'];
// prompt user for input?
if (provider['label']) {
this.provider_id = box_id;
this.provider_url = provider['url'];
// prompt user for input?
if (provider['label']) {
+ this.setCookie(box_id);
this.useInputBox(provider);
} else {
this.useInputBox(provider);
} else {
$('#openid_input_area').empty();
if (! onload) {
$('#openid_form').submit();
$('#openid_input_area').empty();
if (! onload) {
$('#openid_form').submit();