Skip to content

Commit 2baeba4

Browse files
greggmanphemavax
authored andcommitted
fix http links in collectables
1 parent 351ab8d commit 2baeba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

collectibles/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ <h2>Collectibles Painter Options</h2>
215215
</body>
216216

217217
<!-- JQuery Library hosted on Google -->
218-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript" ></script>
219-
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.3/jquery-ui.min.js" type="text/javascript"></script>
218+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript" ></script>
219+
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.3/jquery-ui.min.js" type="text/javascript"></script>
220220
<script src="script-compiled/collectibles.js" type="text/javascript"></script>
221221

222222
</html>

0 commit comments

Comments
 (0)