mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
removed http: from URLs wich support https
This commit is contained in:
@@ -912,8 +912,8 @@ array(
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Piwigo Core Triggers</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/css/jquery.dataTables_themeroller.css">
|
||||
<link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
|
||||
<link rel="stylesheet" type="text/css" href="//ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/css/jquery.dataTables_themeroller.css">
|
||||
|
||||
<style type="text/css">
|
||||
/* BEGIN CSS RESET
|
||||
@@ -1024,8 +1024,8 @@ array(
|
||||
</div> <!-- the_footer -->
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
|
||||
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.min.js"></script>
|
||||
<script type="text/javascript" src="//code.jquery.com/jquery-1.9.1.min.js"></script>
|
||||
<script type="text/javascript" src="//ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var oTable = $('#list').dataTable({
|
||||
|
||||
Reference in New Issue
Block a user