Skip to content

Commit 415b79a

Browse files
authored
Merge pull request #1 from bijuabraham/master
Made jQuery script local.
2 parents da14066 + 5501fc3 commit 415b79a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="author" content="Bryan Carroll">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>Visa Checkout</title>
8-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
8+
<script src="jquery-1.9.1.min.js"></script>
99

1010

1111
<link rel="stylesheet" href="style-1.css">
@@ -130,4 +130,4 @@ <h3>
130130

131131

132132
</body>
133-
</html>
133+
</html>

0 commit comments

Comments
 (0)