fix: on force le rechargement complet de la box

This commit is contained in:
Christophe 2023-03-20 15:39:41 +01:00
parent 13dd6c8f5b
commit 31f596c435

View file

@ -10,8 +10,10 @@ jQuery(function () {
$('body').on('click', '.modalbox', function (e) {
e.stopPropagation();
e.preventDefault();
let ts = + new Date()
let url = $(this).attr('href');
url += '&var_zajax=content';
url += '&ts=' + ts;
let data = {};
let minHeight = $(this).data('minheight');
let minWidth = $(this).data('minwidth');