Mercurial > hg > bitsyauth
comparison example/persona.html @ 49:8358634e3d75
bitsyauth/js/persona.js example/persona.html
| author | Jeff Hammel <jhammel@mozilla.com> | 
|---|---|
| date | Mon, 30 Dec 2013 20:00:02 -0800 | 
| parents | d66d6c10cfe4 | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 48:d66d6c10cfe4 | 49:8358634e3d75 | 
|---|---|
| 9 | 9 | 
| 10 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | 10 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | 
| 11 <script src="https://login.persona.org/include.js"></script> | 11 <script src="https://login.persona.org/include.js"></script> | 
| 12 <script> | 12 <script> | 
| 13 $(document).ready(function() { | 13 $(document).ready(function() { | 
| 14 | 14 }); | 
| 15 var currentUser = null; | |
| 16 | |
| 17 </script> | 15 </script> | 
| 18 </head> | 16 </head> | 
| 19 | 17 | 
| 20 <body> | 18 <body> | 
| 21 <h1> | 19 <h1> | 
