Skip to content

Commit 352d9d5

Browse files
authored
Merge pull request normanmaurer#7 from JaryZhen/ChineseVersion
修改了jquery源来自国内的,不用翻墙
2 parents a2cb685 + 6edc8d4 commit 352d9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter12/src/main/resources/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
height: 15em;
1717
}
1818
</style>
19-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
19+
<script src="https://cdn.bootcss.com/jquery/1.4.2/jquery.min.js"></script>
2020
<script type="text/javascript">
2121
function log(msg) {
2222
var log = $('#log')

0 commit comments

Comments
 (0)