From 7764fb542aec1b2e6758ef7bd232b9346a63c3fb Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 9 Feb 2015 14:57:54 +0800 Subject: Bug 1130895: Bugzilla comment tags suggestions/autocomplete isn't working --- js/comment-tagging.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/comment-tagging.js') 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 : { -- cgit v1.2.3-24-g4f1b