Slash manquant

This commit is contained in:
Fred Tempez 2022-10-08 08:14:14 +02:00
parent 8406e8ecf4
commit 2c4f78fbfb
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
function step(i, data) {
var errors = ["<?php echo helper::translate('Préparation de la mise à jour'); ?>", "<?php echo helper::translate('Téléchargement et validation de l'archive'); ?>", "<?php echo helper::translate('Installation'); ?>", "<?php echo helper::translate('Configuration'); ?>"];
var errors = ["<?php echo helper::translate('Préparation de la mise à jour'); ?>", "<?php echo helper::translate('Téléchargement et validation de l\'archive'); ?>", "<?php echo helper::translate('Installation'); ?>", "<?php echo helper::translate('Configuration'); ?>"];
$(".installUpdateProgressText").hide(), $(".installUpdateProgressText[data-id=" + i + "]").show(), $.ajax({
type: "POST",
url: "<?php echo helper::baseUrl(false); ?>?install/steps",