diff --git a/index.html b/index.html index 6b5e19a..9d4cb5c 100755 --- a/index.html +++ b/index.html @@ -39,8 +39,7 @@ - - + diff --git a/js/passwd.js b/js/passwd.js index cf61b5d..7ca9e75 100644 --- a/js/passwd.js +++ b/js/passwd.js @@ -1,8 +1,4 @@ $(document).ready(function() { - $('input').corner('round 4px'); - $('button').corner('round 4px'); - $('#box').corner('round bottom'); - $('#root').focus(); });