From: Joey Hess Date: Sat, 8 May 2010 00:17:31 +0000 (-0400) Subject: modify openid selector to not default to http:// for openid X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/commitdiff_plain/7d152f5be5ab12ef17167c820bfc548ccc68cc80 modify openid selector to not default to http:// for openid ikiwiki doesn't care if the http:// is there, and it seems cleaner and less annoying this way --- diff --git a/underlays/openid-selector/ikiwiki/openid/openid-jquery.js b/underlays/openid-selector/ikiwiki/openid/openid-jquery.js index f39fff842..48054f79a 100644 --- a/underlays/openid-selector/ikiwiki/openid/openid-jquery.js +++ b/underlays/openid-selector/ikiwiki/openid/openid-jquery.js @@ -220,7 +220,7 @@ var openid = { } if (provider['name'] == 'OpenID') { id = this.input_id; - value = 'http://'; + value = ''; style = 'background:#FFF url('+this.img_path+'openid-inputicon.gif) no-repeat scroll 0 50%; padding-left:18px;'; } html += '' +