r87850 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r87849
|
r87850
|
r87851
>
Date:
22:28, 10 May 2011
Author:
brion
Status:
ok
Tags:
Comment:
Remove stray debug line that crept into
r87845
-- thanks to Krinkle for the catch :D
Modified paths:
/trunk/extensions/OpenID/skin/openid.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/OpenID/skin/openid.js
—
—
@@ -23,7 +23,6 @@
24
24
25
25
$('#openid_url').val($('#openid_provider_url_' + openid.current).val().replace(/{.*}/, param));
26
26
}
27
- event.preventDefault();
28
27
},
29
28
init: function() {
30
29
var provider = $.cookie('openid.provider');
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r87845
Convert OpenID extension to use ResourceLoader, remove extra copy of jquery...
brion
21:33, 10 May 2011
Status & tagging log
22:49, 10 May 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r87850
[
removed:
new
added:
ok]