diff --git a/App/admin.html b/App/admin.html
index 1969824..24c1fc1 100644
--- a/App/admin.html
+++ b/App/admin.html
@@ -104,5 +104,6 @@ api({action:'status'}).then(function(r) {
document.getElementById('a-pass').addEventListener('keydown', function(e) { if(e.key==='Enter') doLogin(); });
document.getElementById('a-pin').addEventListener('keydown', function(e) { if(e.key==='Enter') doVerify(); });
+