Skip to content

Commit d38d416

Browse files
committed
Updating to latest jQuery (1.6.4).
1 parent 389f4d1 commit d38d416

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

ajax_load.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!--[if lt IE 9]>
1616
<link rel="stylesheet" href="assets/css/ie.css" />
1717
<![endif]-->
18-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
18+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
1919
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
2020
<script>
2121
!window.jQuery && document.write(unescape('%3Cscript src="assets/js/jquery.js"%3E%3C/script%3E'));

assets/css/reset.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,13 @@ img {
145145

146146
li {
147147
/*
148-
For IE6 + IE7.
148+
For IE6 + IE7:
149+
150+
"display: list-item" keeps bullets from
151+
disappearing if hasLayout is triggered.
149152
*/
150153
display: list-item;
154+
list-style: none;
151155
}
152156

153157
table {
@@ -196,7 +200,8 @@ sup {
196200

197201
svg {
198202
/*
199-
For IE9.
203+
For IE9. Without, occasionally draws shapes
204+
outside the boundaries of <svg> rectangle.
200205
*/
201206
overflow: hidden;
202207
}

assets/js/jquery.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@
10841084
</a>
10851085
</div>
10861086
</div>
1087-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
1087+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
10881088
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
10891089
<script>
10901090
!window.jQuery && document.write(unescape('%3Cscript src="assets/js/jquery.js"%3E%3C/script%3E'));

0 commit comments

Comments
 (0)