Skip to content

Commit

Permalink
arruma para importar jquery com ou sem https
Browse files Browse the repository at this point in the history
  • Loading branch information
brenooliveira committed Jun 2, 2014
1 parent 83d8a26 commit 447ec21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="css/assinaturas-demo.css" rel="stylesheet">

<script type="text/javascript" src="https://sandbox.moip.com.br/moip-assinaturas.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/assinaturas-demo.js"></script>
</head>
<body>
Expand Down Expand Up @@ -272,4 +272,4 @@ <h1>Moip Assinaturas</h1>
</div>
</body>
<script type="text/javascript" src="js/bootstrap.js"></script>
</html>
</html>

0 comments on commit 447ec21

Please sign in to comment.