Skip to content

Commit 772e945

Browse files
committed
Download jquery and jquery ui from google
1 parent 97d3149 commit 772e945

File tree

5 files changed

+6
-1336
lines changed

5 files changed

+6
-1336
lines changed

demo/lego_official_projects/desktop.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
55
<link rel="shortcut icon" href="favicon.ico">
66
<link rel="stylesheet" type="text/css" href="/include/tank.css" media="screen" />
7-
<link rel="stylesheet" href="/include/jquery-ui-1.12.0.css">
8-
<script src="/include/jquery-1.12.4.min.js"></script>
9-
<script src="/include/jquery-ui-1.12.0.min.js"></script>
7+
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/themes/smoothness/jquery-ui.css">
8+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
9+
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.js"></script>
1010
<script src="/include/jquery.ui.touch-punch.min.js"></script>
1111
<script src="/include/tank-desktop.js"></script>
1212
<title>Lego Tank</title>

demo/lego_official_projects/include/jquery-1.12.4.min.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)