fix: on force le rechargement complet de la box
This commit is contained in:
parent
13dd6c8f5b
commit
31f596c435
1 changed files with 2 additions and 0 deletions
|
@ -10,8 +10,10 @@ jQuery(function () {
|
||||||
$('body').on('click', '.modalbox', function (e) {
|
$('body').on('click', '.modalbox', function (e) {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
let ts = + new Date()
|
||||||
let url = $(this).attr('href');
|
let url = $(this).attr('href');
|
||||||
url += '&var_zajax=content';
|
url += '&var_zajax=content';
|
||||||
|
url += '&ts=' + ts;
|
||||||
let data = {};
|
let data = {};
|
||||||
let minHeight = $(this).data('minheight');
|
let minHeight = $(this).data('minheight');
|
||||||
let minWidth = $(this).data('minwidth');
|
let minWidth = $(this).data('minwidth');
|
||||||
|
|
Loading…
Add table
Reference in a new issue