]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix regression in OpenID autosubmit page.
authorBrion Vibber <brion@pobox.com>
Fri, 13 Nov 2009 23:34:15 +0000 (15:34 -0800)
committerBrion Vibber <brion@pobox.com>
Fri, 13 Nov 2009 23:34:15 +0000 (15:34 -0800)
commit50234be398a376c1f62499c33f31d9eea398a486
treed66c81fd751b0db39777c6f97e701085a0116e79
parenteeae20c1010e75c955a9ec0caffd3fc8165aa65c
Fix regression in OpenID autosubmit page.
Since core JS loads were moved to the bottom, the JavaScript was being run before jQuery was loaded, so the onload event never got set. Moved it down to the scripts section.
plugins/OpenID/openid.php