Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #21 from coliff/patch-1
Browse files Browse the repository at this point in the history
Always load jQuery over HTTPS
  • Loading branch information
jenan-stripe authored Jan 22, 2018
2 parents 14bc257 + 4b2760e commit bbda9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Demo (jQuery.mobilePhoneNumber)</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../vendor/jquery.caret.js"></script>
<script src="../lib/jquery.mobilePhoneNumber.js"></script>

Expand Down

0 comments on commit bbda9a0

Please sign in to comment.