mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 13:58:25 +01:00
Fix del ricaricamento automatico da calendario
This commit is contained in:
parent
0e3539a92f
commit
ef0e74aacb
@ -74,8 +74,8 @@ $(document).ready(function () {
|
|||||||
},
|
},
|
||||||
function (start, end) {
|
function (start, end) {
|
||||||
// Esegue il submit del periodo selezionato e ricarica la pagina
|
// Esegue il submit del periodo selezionato e ricarica la pagina
|
||||||
$.get(globals.rootdir + '/core.php?period_start=' + start.format('YYYY-MM-DD') + '&period_end=' + end.format('YYYY-MM-DD'), function () {
|
$.get(globals.rootdir + '/core.php?period_start=' + start.format('YYYY-MM-DD') + '&period_end=' + end.format('YYYY-MM-DD'), function (data ) {
|
||||||
location.href = location.href;
|
location.reload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user