diff options
author | Byron Jones <glob@mozilla.com> | 2015-02-09 07:57:54 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-02-09 07:57:54 +0100 |
commit | 7764fb542aec1b2e6758ef7bd232b9346a63c3fb (patch) | |
tree | 9e8e19057a450c9ffde145bbc4b2fef4587adfe8 | |
parent | 95a82b35a23929039e6b21974818765b5a799414 (diff) | |
download | bugzilla-7764fb542aec1b2e6758ef7bd232b9346a63c3fb.tar.gz bugzilla-7764fb542aec1b2e6758ef7bd232b9346a63c3fb.tar.xz |
Bug 1130895: Bugzilla comment tags suggestions/autocomplete isn't working
-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 3b254cfa8..1c96e5bb3 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 : { |