Upgrade jquery
This commit is contained in:
parent
37599d7a4f
commit
a8afb22a34
2 changed files with 1 additions and 6 deletions
|
@ -39,8 +39,7 @@
|
|||
<input type="text" id="password" readyonly="readyonly" tabindex="-1" />
|
||||
</div>
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
|
||||
<script src="js/jquery.corner.min.js"></script>
|
||||
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
|
||||
<script src="js/jquery.md5.min.js"></script>
|
||||
<script src="js/rules.js"></script>
|
||||
<script src="js/passwd.js"></script>
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
$(document).ready(function() {
|
||||
$('input').corner('round 4px');
|
||||
$('button').corner('round 4px');
|
||||
$('#box').corner('round bottom');
|
||||
|
||||
$('#root').focus();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue