Added feature to autorefresh in events view with datatables - #4330

This commit is contained in:
Tatiana Llorente 2019-07-16 09:38:52 +02:00
parent 7d119bfe5a
commit cb14a9f2e8
1 changed files with 0 additions and 2 deletions

View File

@ -731,11 +731,9 @@ if ($config['menu_type'] == 'classic') {
})
var newValue = btoa(JSON.stringify(values));
console.log(newValue);
$(document).attr("location", href+'&fb64=' + newValue + '&refr=' + this.value);
} else {
console.log('recargo');
$(document).attr ("location", href + this.value);
}
});