aboutsummaryrefslogtreecommitdiff
path: root/underlays
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-08-17 16:05:17 -0400
committerJoey Hess <joey@kitenet.net>2010-08-17 16:05:17 -0400
commit9744c11f806cc72436b1d7b813fc194136e60db0 (patch)
treec189c4840930f024fded8cb5f8c9b13b5e7295d1 /underlays
parente9133cb2e605e4197856cb844cd7ed2272df43fd (diff)
downloadikiwiki-9744c11f806cc72436b1d7b813fc194136e60db0.tar
ikiwiki-9744c11f806cc72436b1d7b813fc194136e60db0.tar.gz
openid: Syntax tweak to the javascript code to make it work with MSIE 7 (and MSIE 8 in compat mode). Thanks to Iain McLaren for reporting the bug and providing access to debug it.
Diffstat (limited to 'underlays')
-rw-r--r--underlays/openid-selector/ikiwiki/openid/openid-jquery.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/underlays/openid-selector/ikiwiki/openid/openid-jquery.js b/underlays/openid-selector/ikiwiki/openid/openid-jquery.js
index f22f5776a..c59be1edc 100644
--- a/underlays/openid-selector/ikiwiki/openid/openid-jquery.js
+++ b/underlays/openid-selector/ikiwiki/openid/openid-jquery.js
@@ -21,7 +21,7 @@ var providers_large = {
icon: 'wikiicons/openidlogin-bg.gif',
label: 'Enter your OpenID:',
url: null
- },
+ }
};
var providers_small = {
livejournal: {
@@ -65,7 +65,7 @@ var providers_small = {
icon: 'http://verisign.com/favicon.ico',
label: 'Enter your Verisign username:',
url: 'http://{username}.pip.verisignlabs.com/'
- },
+ }
};
var providers = $.extend({}, providers_large, providers_small);