Various code cleanup.

This commit is contained in:
James Cole
2017-10-29 20:02:34 +01:00
parent 5df16f58ce
commit 654b9d2022
4 changed files with 26 additions and 39 deletions

View File

@@ -65,7 +65,8 @@ $(function () {
$.post(dateRangeMeta.uri, {
start: start.format('YYYY-MM-DD'),
end: end.format('YYYY-MM-DD'),
label: label
label: label,
_token: token
}).done(function () {
window.location.reload(true);
}).fail(function () {