Skip to content

Commit

Permalink
Load jquery over https
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored and knixeur committed Mar 6, 2020
1 parent 59bacfc commit 5efdade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ioncore/ioncore_misc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ td
width: 4px
}
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script>
$().ready(function(){
$('.shortcut').mouseenter(function() {
Expand Down

0 comments on commit 5efdade

Please sign in to comment.