v8.4.8 : fix miniature dans RFM

This commit is contained in:
Fred 2018-11-22 13:46:58 +01:00 committed by GitHub
parent 7d811a2cf9
commit 116cba01e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -345,7 +345,9 @@ $get_params = http_build_query($get_params);
if (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || $_SERVER['SERVER_PORT'] == 443) { ?>
<script src="https://dme0ih8comzn4.cloudfront.net/imaging/v3/editor.js"></script>
<?php }else{ ?>
<script src="http://feather.aviary.com/imaging/v3/editor.js"></script>
// <script src="http://feather.aviary.com/imaging/v3/editor.js"></script>
<script src="editor.js"></script>
<?php }} ?>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->