Closed GoogleCodeExporter closed 9 years ago
thanks, I will integrate this into trunk.
about
"However, If you distribute both versions together (and...why not?), it would
probably be best to remove the "-jquery" component of the language-specific
javascript filenames, as those aren't really library-dependent."
Yes, next version of openid-selector will ship jquery, mootools and prototype
versions together and -jquery component of language-specific file names will be
removed.
Original comment by andriy.gerasika
on 26 Nov 2010 at 11:01
done
http://openid-selector.googlecode.com/svn/trunk/demo-prototype.html
about Prototype not able to override a 'display:none;' stylesheet entry:
I have bypassed this w/ following code:
--
$('openid_choice').setStyle({
display: 'block'
});
--
is this ok?
Original comment by andriy.gerasika
on 26 Nov 2010 at 12:05
Yes, that code snippet seems to do the trick on my end as well. Thanks.
Original comment by JesterChicago@gmail.com
on 26 Nov 2010 at 1:27
Original issue reported on code.google.com by
JesterChicago@gmail.com
on 17 Nov 2010 at 2:15Attachments: