We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351ab8d commit 2baeba4Copy full SHA for 2baeba4
collectibles/index.html
@@ -215,8 +215,8 @@ <h2>Collectibles Painter Options</h2>
215
</body>
216
217
<!-- 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>
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript" ></script>
+<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.3/jquery-ui.min.js" type="text/javascript"></script>
220
<script src="script-compiled/collectibles.js" type="text/javascript"></script>
221
222
</html>
0 commit comments