Remove head.js

This commit is contained in:
Andrew Tomaka 2013-08-04 01:59:39 -04:00
parent 0daf1c162e
commit 9b5d00049a

View file

@ -7,7 +7,6 @@
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="js/head.min.js"></script>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
@ -40,13 +39,12 @@
<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="js/jquery.md5.min.js"></script>
<script src="js/rules.js"></script>
<script type="text/javascript">
head.js('https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js');
head.js('js/jquery.corner.min.js');
head.js('js/jquery.md5.min.js');
head.js('js/rules.js');
head.ready(function() {
$(document).ready(function() {
$('input').corner('round 4px');
$('button').corner('round 4px');
$('#box').corner('round bottom');