diff options
author | Byron Jones <glob@mozilla.com> | 2014-08-14 14:08:44 +0800 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-08-14 14:08:44 +0800 |
commit | 8cb02d65aa87806f8ed5e17347cbd355334ec295 (patch) | |
tree | 5686b0278b8df364e88a2f1fe4f807ab80fa2bc6 /js | |
parent | 2cb85ad6cba30c44bdaf3d9c5cc7c1ad1fadd416 (diff) | |
download | bugs-8cb02d65aa87806f8ed5e17347cbd355334ec295.tar bugs-8cb02d65aa87806f8ed5e17347cbd355334ec295.tar.gz bugs-8cb02d65aa87806f8ed5e17347cbd355334ec295.tar.bz2 bugs-8cb02d65aa87806f8ed5e17347cbd355334ec295.tar.xz bugs-8cb02d65aa87806f8ed5e17347cbd355334ec295.zip |
Bug 1048703: Bug.search_comment_tags returns "Invalid params for JSONRPC 1.0."
r=sgreen,a=glob
Diffstat (limited to 'js')
-rw-r--r-- | js/comment-tagging.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/comment-tagging.js b/js/comment-tagging.js index f488000e1..b6f02f00e 100644 --- a/js/comment-tagging.js +++ b/js/comment-tagging.js @@ -52,6 +52,7 @@ YAHOO.bugzilla.commentTagging = { YAHOO.bugzilla.commentTagging.counter = YAHOO.bugzilla.commentTagging.counter + 1; YAHOO.util.Connect.setDefaultPostHeader('application/json', true); return YAHOO.lang.JSON.stringify({ + version: "1.1", method : "Bug.search_comment_tags", id : YAHOO.bugzilla.commentTagging.counter, params : { |