v8.4.8 : fix miniature dans RFM
This commit is contained in:
parent
7d811a2cf9
commit
116cba01e4
4
core/vendor/filemanager/dialog.php
vendored
4
core/vendor/filemanager/dialog.php
vendored
@ -345,7 +345,9 @@ $get_params = http_build_query($get_params);
|
|||||||
if (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || $_SERVER['SERVER_PORT'] == 443) { ?>
|
if (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || $_SERVER['SERVER_PORT'] == 443) { ?>
|
||||||
<script src="https://dme0ih8comzn4.cloudfront.net/imaging/v3/editor.js"></script>
|
<script src="https://dme0ih8comzn4.cloudfront.net/imaging/v3/editor.js"></script>
|
||||||
<?php }else{ ?>
|
<?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 }} ?>
|
<?php }} ?>
|
||||||
|
|
||||||
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
|
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user