diff options
| author | 2017-09-23 13:41:26 +0200 | |
|---|---|---|
| committer | 2017-09-23 13:41:26 +0200 | |
| commit | ca7d1fdddeb5faf48014e93fac50619fa22a893d (patch) | |
| tree | 44597338f6b38f6c72cfd5649d43342e54dc5afb /p/scripts/global_view.js | |
| parent | 2fd5ab8c55e990d3ad6dacc5371dfd5f9b6bcd2e (diff) | |
Minor JS whitespace
Diffstat (limited to 'p/scripts/global_view.js')
| -rw-r--r-- | p/scripts/global_view.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/global_view.js b/p/scripts/global_view.js index e3de0fd52..c5aaa48b1 100644 --- a/p/scripts/global_view.js +++ b/p/scripts/global_view.js @@ -33,7 +33,7 @@ function load_panel(link) { $.ajax({ type: "POST", url: $(this).attr("formaction"), - data : { + data: { _csrf: context.csrf, }, async: false |
