Browse Source

ajout de type:'iframe' pour éviter un "Failed loading image" dans certaines configurations. Merci à RealET du temps passé pour déboguer.

master
jcvilleneuve 1 month ago
parent
commit
5abd1a83c9
  1. 2
      enluminures_typo_pipelines.php

2
enluminures_typo_pipelines.php

@ -199,7 +199,7 @@ function typoenluminee_porte_plume_barre_pre_charger($barres) {
'replaceWith' => "function(markitup) { zone_selection = markitup.textarea; jQuery.modalboxload('".url_absolue(generer_url_public(
'typoenluminee_tableau_edit',
"modalbox=oui"
))."',{minWidth: '90%', minHeight: '90%', iframe: true});}",
))."',{minWidth: '90%', minHeight: '90%', iframe: true, type: 'iframe'});}",
'display' => true,
'selectionType' => 'line',
));

Loading…
Cancel
Save