mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 05:54:03 +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) {
|
||||
// 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 () {
|
||||
location.href = location.href;
|
||||
$.get(globals.rootdir + '/core.php?period_start=' + start.format('YYYY-MM-DD') + '&period_end=' + end.format('YYYY-MM-DD'), function (data ) {
|
||||
location.reload();
|
||||
});
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user