From a8afb22a3438427f3cff53269af0044ecc0d6f5c Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 27 Aug 2013 00:00:52 -0400 Subject: [PATCH] Upgrade jquery --- index.html | 3 +-- js/passwd.js | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) 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(); });