Skip to content

Commit 5efdade

Browse files
raboofknixeur
authored andcommitted
Load jquery over https
1 parent 59bacfc commit 5efdade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ioncore/ioncore_misc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ td
216216
width: 4px
217217
}
218218
</style>
219-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
219+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
220220
<script>
221221
$().ready(function(){
222222
$('.shortcut').mouseenter(function() {

0 commit comments

Comments
 (0)