Line 190/191 of openid-jquery.js currently looks like this:
-- 8< --
html += '<input id="' + id + '" type="text" style="' + style + '" name="' + id
+ '" value="' + value + '" />'
+ '<input id="openid_submit" type="submit" value="' + this.signin_text + '"/>';
-- 8< --
ideally it would call a method with the parameters id and style, so it can be
easily overwritten by injecting a user-defined method in the openid class.
Original issue reported on code.google.com by jos...@feth.com on 15 Aug 2011 at 8:31
Original issue reported on code.google.com by
jos...@feth.com
on 15 Aug 2011 at 8:31