1.1 --- a/src/firefoxos/about.html Sat Jul 13 16:43:01 2013 +0200 1.2 +++ b/src/firefoxos/about.html Tue Jul 30 20:23:00 2013 +0200 1.3 @@ -27,8 +27,8 @@ 1.4 <meta charset="utf-8"> 1.5 <meta name="viewport" content="width=device-width, initial-scale=1"> 1.6 <title>OTPWCalc</title> 1.7 - <link rel="stylesheet" href="jquery.mobile/jquery.mobile-1.3.1.min.css" /> 1.8 - <script src="jquery.core/jquery-1.10.2.min.js"></script> 1.9 + <link rel="stylesheet" href="jquery.mobile/jquery.mobile-1.3.2.min.css" /> 1.10 + <script src="jquery.core/jquery-2.0.0.min.js"></script> 1.11 <script type="text/javascript"> 1.12 $(document).on("pageinit", "#unknown", function() { 1.13 // If this device supports the vibrate API... 1.14 @@ -39,7 +39,7 @@ 1.15 alert("Pageinit is bound!"); 1.16 }); 1.17 </script> 1.18 - <script src="jquery.mobile/jquery.mobile-1.3.1.min.js"></script> 1.19 + <script src="jquery.mobile/jquery.mobile-1.3.2.min.js"></script> 1.20 </head> 1.21 <body> 1.22 <!-- Data attributes reserved by JQuery Mobile: 1.23 @@ -54,7 +54,7 @@ 1.24 <div data-role="content"> 1.25 <h1 style="float: left; margin: 0 0 0.25em;">OTPWCalc</h1> 1.26 <img src="img/tastatur.png" alt="Computer keyboard" height="38" width="90" style="float: right;" /> 1.27 - <h2 style="clear: both; margin-left: 1em; line-height: 1em;">One Time Password Calculator 0.7.4</h2> 1.28 + <h2 style="clear: both; margin-left: 1em; line-height: 1em;">One Time Password Calculator 0.7.5</h2> 1.29 <img src="img/datahost.png" alt="Datacenter host computer" height="68" width="245" style="display: block; margin: 0.75em auto;" /> 1.30 <p>Visit the <a target="_blank" href="//otpwcalc.europalab.com/">OTPWCalc Homepage</a></p> 1.31 <p>Copyright © 2012 – 2013<br /><a target="_blank" href="//michael.schloh.com/">Michael Schloh von Bennewitz</a></p>