\r\nLes mots de passe ne correspondent pas',
error_validator_required: 'Le champ [field]<\/b> est obligatoire.',
error_validator_zipcode: 'The ZIP / Postal code in [field]<\/b> field is incorrect. The correct format is [extra].',
error_validator_message: 'La valeur du [field]<\/b> n\'est pas valable',
text_page_loading: 'Votre requête est en cours de traitement, merci de patienter.',
error_ajax: 'Oops, une erreur s\'est produite([error]). Veuillez essayer à nouveau.',
text_changes_not_saved: 'Vos modifications n\'ont pas été sauvées.',
text_data_changed: 'Vos modifications n\'ont pas été sauvegardées. Cliquez OK pour continuer ou sur Annuler pour rester sur la page actuelle.',
placing_order: 'Commande en cours',
order_was_not_placed: 'Commande non enregistrée',
file_browser: 'Navigateur de fichiers',
browse: 'Parcourir...',
more: 'Plus',
text_no_products_found: 'Aucun produit trouvé',
cookie_is_disabled: 'For a complete shopping experience, please set your browser to accept cookies<\/a>',
insert_image: 'Insert image',
image_url: 'Image URL',
loading: 'Chargement...',
text_editing_raw: 'Édition de texte',
save_raw: 'Enregistrer',
cancel_raw: 'Annuler'
});
$.extend(_, {
index_script: 'index.php',
changes_warning: /*'Y'*/'N',
currencies: {
'primary': {
'decimals_separator': ',',
'thousands_separator': '',
'decimals': '2'
},
'secondary': {
'decimals_separator': ',',
'thousands_separator': '',
'decimals': '2',
'coefficient': '1.00000'
}
},
default_editor: 'tinymce',
default_previewer: 'nj_swiper',
current_path: '',
current_location: 'https://www.mobilier1.fr',
images_dir: 'https://www.mobilier1.fr/design/themes/responsive/media/images',
notice_displaying_time: 10,
cart_language: 'fr',
language_direction: 'ltr',
default_language: 'fr',
default_country: 'FR',
cart_prices_w_taxes: false,
regexp: [],
current_url: 'https://www.mobilier1.fr/collections-de-meubles/collection-de-meubles-delruvi/',
current_host: 'www.mobilier1.fr',
init_context: '',
phone_validation_mode: 'any_symbols',
hash_of_available_countries: '0bfec9631b22efcfcaa41f237779eee0',
hash_of_phone_masks: '1747951103',
deferred_scripts: []
});
$(document).ready(function(){
turnOffPhoneSafariAutofill();
$.runCart('C');
});
$.ceEvent('on', 'ce.commoninit', function () {
turnOffPhoneSafariAutofill();
});
function turnOffPhoneSafariAutofill () {
if ($.browser.safari) {
const searchFakeSpan = 'search';
$('.autofill-off').each(function() {
const $field = $(this);
if ($field.data('caAutofillIsSet')) {
return;
}
$('[for="' + $field.attr('id') + '"').append(searchFakeSpan);
$field.data('caAutofillIsSet', true)
})
$('[x-autocompletetype="tel"]').removeAttr('x-autocompletetype');
var $maskPhoneLabels = $('.cm-mask-phone-label:not(.autofill-on)');
if (!$maskPhoneLabels.length || $('[data-ca-validator="ignore"]', $maskPhoneLabels).length) {
return;
}
$maskPhoneLabels.append(searchFakeSpan);
}
}
// CSRF form protection key
_.security_hash = 'c9ccde93e94ef19e49f8bd7843b392a0';
}(Tygh, Tygh.$));
-->