diff options
author | Damien Sorel <mistic100@users.noreply.github.com> | 2015-12-30 22:59:23 +0100 |
---|---|---|
committer | Damien Sorel <mistic100@users.noreply.github.com> | 2015-12-30 22:59:23 +0100 |
commit | 01be8166f5431c5ee685bc2309ea70219ca1e9c6 (patch) | |
tree | 153254b4cabbf9ffae451cd729d6ce89e34ebdde /tools/triggers_list.php | |
parent | 3ec3cbe6cec5968d29cb11af139123191f4cb4ee (diff) | |
parent | 32c3e3fcf0256e2511f6b32b63e8cba326cfed48 (diff) |
Merge pull request #391 from thunderrabbit/https
Support HTTPS in ws.htm and triggers_list.php
Diffstat (limited to 'tools/triggers_list.php')
-rw-r--r-- | tools/triggers_list.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/triggers_list.php b/tools/triggers_list.php index fda170950..faf33b34c 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -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({ |