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/category.js | |
| parent | 2fd5ab8c55e990d3ad6dacc5371dfd5f9b6bcd2e (diff) | |
Minor JS whitespace
Diffstat (limited to 'p/scripts/category.js')
| -rw-r--r-- | p/scripts/category.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/category.js b/p/scripts/category.js index fbcd83a01..caa4fa22f 100644 --- a/p/scripts/category.js +++ b/p/scripts/category.js @@ -92,7 +92,7 @@ function init_draggable() { $.ajax({ type: 'POST', url: './?c=feed&a=move', - data : { + data: { f_id: dragFeedId, c_id: e.target.parentNode.getAttribute('data-cat-id'), _csrf: context.csrf, |
