diff options
author | 无闻 <joe2010xtmf@163.com> | 2014-09-03 09:02:47 -0400 |
---|---|---|
committer | 无闻 <joe2010xtmf@163.com> | 2014-09-03 09:02:47 -0400 |
commit | 097f1b57593979dbfbd3ff7470992f6a6b333d5c (patch) | |
tree | 2b48b5574a752716a631dfd699cbe3a15e41ff7f /public/js | |
parent | 05a33107c98de3f0f6ba437abdfb7f3b15a64c26 (diff) | |
parent | 2a7a03e5b3ca1f24b35003082902e7dda37991bc (diff) |
Merge pull request #426 from m0sth8/fix-milestone-assignee
Take params for milestone and assignee from query instead of path args
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/app.js b/public/js/app.js index a5bb9569..2a7cf08b 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -870,7 +870,7 @@ function initIssue() { $.post($m.data("ajax"), { issue: $('#issue').data("id"), - milestone: id + milestoneid: id }, function (json) { if (json.ok) { //window.location.reload(); |