1.1 --- a/src/firefoxos/main.html Sat Jul 13 09:29:38 2013 +0200 1.2 +++ b/src/firefoxos/main.html Sat Jul 13 09:33:12 2013 +0200 1.3 @@ -28,15 +28,15 @@ 1.4 <!--<meta http-equiv="Content-Type" content="text/html;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 - <link rel="stylesheet" href="main.css" /> 1.9 + <link rel="stylesheet" type="text/css" href="jquery.mobile/jquery.mobile-1.3.1.min.css" /> 1.10 + <link rel="stylesheet" type="text/css" href="main.css" /> 1.11 <!--<script src="sjcl-0.0/sjcl.js"></script>--> 1.12 <script src="hashes/md5.js"></script> 1.13 <script src="hashes/sha1.js"></script> 1.14 <script src="hashes/rmd160.js"></script> 1.15 <script src="otpalg/dict.js"></script> 1.16 <script src="otpalg/otpalg.js"></script> 1.17 - <script src="jquery.core/jquery-1.10.1.min.js"></script> 1.18 + <script src="jquery.core/jquery-1.10.2.min.js"></script> 1.19 <script src="main.js"></script> 1.20 <script src="jquery.mobile/jquery.mobile-1.3.1.min.js"></script> 1.21 </head> 1.22 @@ -98,7 +98,7 @@ 1.23 <!-- JQM miscalculated spacing --> 1.24 <div style="height: 0.25em;"></div> 1.25 1.26 - <a type=button name="viewpass" id="viewpass" data-theme="b" data-icon="otpwcalc-seepass" onmousedown="$('#paswrd').get(0).type='text'; return false;" onmouseup="$('#paswrd').get(0).type='password'; return false;">Press to Reveal Secret</a> 1.27 + <a type=button name="viewpass" id="viewpass" data-theme="b" data-icon="otpwcalc-seepass" onmousedown="$('#paswrd').get(0).type='text'; return false;" ontouchstart="$('#paswrd').get(0).type='text'; return false;" onmouseup="$('#paswrd').get(0).type='password'; return false;" ontouchend="$('#paswrd').get(0).type='password'; return false;">Press to Reveal Secret</a> 1.28 </div> 1.29 </li> 1.30