Skip to content

Commit 863c929

Browse files
committed
Use https
1 parent 8662bcb commit 863c929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>jQuery Bootstrap-style Dropdowns</title>
55
<meta charset="utf-8" />
66
<link type="text/css" rel="stylesheet" href="jquery.dropdown.min.css" />
7-
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
7+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
88
<script type="text/javascript" src="jquery.dropdown.min.js"></script>
99
<style type="text/css">
1010

0 commit comments

Comments
 (0)