Skip to content

Commit

Permalink
use cdn js in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Oct 14, 2017
1 parent e16c5ea commit 7caf28f
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="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.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 7caf28f

Please sign in to comment.