Enabled SSL where applicable (#396)

Enabled SSL where aplicable
This commit is contained in:
Evil Puncker
2020-05-18 04:17:47 -03:00
committed by GitHub
parent 6eb50966fb
commit 4068f42ac4
7 changed files with 9 additions and 10 deletions

View File

@@ -374,7 +374,7 @@ foreach ($shop_list as $key => $offer) {
<?php endif; ?>
<?php if ($shop['enableShopConfirmation']) { ?>
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="https://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script>
$(document).ready(function(){
$(".needconfirmation").each(function(e){
@@ -396,4 +396,3 @@ foreach ($shop_list as $key => $offer) {
} else echo '<h1>Buy Points system disabled.</h1><p>Sorry, this functionality is disabled.</p>';
include 'layout/overall/footer.php'; ?>