Added feature to autorefresh in events view with datatables - #4330
This commit is contained in:
parent
7d119bfe5a
commit
cb14a9f2e8
|
@ -731,11 +731,9 @@ if ($config['menu_type'] == 'classic') {
|
||||||
})
|
})
|
||||||
|
|
||||||
var newValue = btoa(JSON.stringify(values));
|
var newValue = btoa(JSON.stringify(values));
|
||||||
console.log(newValue);
|
|
||||||
$(document).attr("location", href+'&fb64=' + newValue + '&refr=' + this.value);
|
$(document).attr("location", href+'&fb64=' + newValue + '&refr=' + this.value);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
console.log('recargo');
|
|
||||||
$(document).attr ("location", href + this.value);
|
$(document).attr ("location", href + this.value);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue