Mercurial > hg > bitsyauth
diff example/persona.html @ 37:6b5946843928
example/persona.html example/wsgibrowserid.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 27 Dec 2013 13:58:22 -0800 |
parents | 119cf9c81d3d |
children | cb1d21648588 |
line wrap: on
line diff
--- a/example/persona.html Fri Dec 27 13:49:48 2013 -0800 +++ b/example/persona.html Fri Dec 27 13:58:22 2013 -0800 @@ -52,7 +52,7 @@ var signoutLink = document.getElementById('signout'); if (signoutLink) { - signoutLink.onclick = function() { navigator.id.logout(); }; +signoutLink.onclick = function() { navigator.id.logout(); }; } }); </script>