]> sipb.mit.edu Git - ikiwiki.git/commitdiff
openid: Syntax tweak to the javascript code to make it work with MSIE 7 (and MSIE...
authorJoey Hess <joey@kitenet.net>
Tue, 17 Aug 2010 20:05:17 +0000 (16:05 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 17 Aug 2010 20:05:17 +0000 (16:05 -0400)
debian/changelog
underlays/openid-selector/ikiwiki/openid/openid-jquery.js

index b9b08050b61f8293fcb7570a2e246ecb5cf0f1df..cbd7e7254b44d33827143d6898ae2872e22b92b2 100644 (file)
@@ -5,6 +5,9 @@ ikiwiki (3.20100816) UNRELEASED; urgency=low
   * flattr: New plugin. (Thanks to jaywalk for the initial implementation
     at a flattr plugin! This one is less configurable, but simpler.)
   * smiley: warn instead of error for missing smileys (Giuseppe Bilotta)
+  * 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.
 
  -- Joey Hess <joeyh@debian.org>  Sun, 15 Aug 2010 11:45:48 -0400
 
index f22f5776a17713b7a5d05b93a2040b6eb393ef49..c59be1edc3e2538fe92b43df985e6f65c3f4ffab 100644 (file)
@@ -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);