mobile safari...

This commit is contained in:
AJ ONeal 2015-10-23 02:42:47 -07:00
parent 92b62946d3
commit 06d72cc430
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head>
<title>BOTP Test</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
</head>
<body>
<h1>Authenticator Test</h1>

View File

@ -64,6 +64,7 @@ $('.js-verify').addEventListener('click', function () {
msg = 'FAIL!';
}
console.info('verify', msg);
window.alert(msg);
});
});