Skip to content

Commit

Permalink
Update to jQuery 3.1.0 in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Sep 11, 2016
1 parent 9448759 commit 181b31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="http:https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="https:https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>

<script src="../jquery.modal.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="../jquery.modal.css" type="text/css" media="screen" />
Expand Down

0 comments on commit 181b31f

Please sign in to comment.