diff options
author | David Lawrence <dkl@mozilla.com> | 2016-07-05 23:30:10 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-07-05 23:30:10 +0200 |
commit | fc4ac8af35b5bfacb6b3ff996cea64f3ef2956df (patch) | |
tree | c7432de7fccb6bfc2272e1956bc16ca9c3dfdf8a /extensions/Splinter/web/splinter.js | |
parent | 08931ab607d0e1803c4756e371cbf715520650c8 (diff) | |
download | bugzilla-fc4ac8af35b5bfacb6b3ff996cea64f3ef2956df.tar.gz bugzilla-fc4ac8af35b5bfacb6b3ff996cea64f3ef2956df.tar.xz |
Bug 775429 - Add attachment comment to splinter review
Diffstat (limited to 'extensions/Splinter/web/splinter.js')
-rw-r--r-- | extensions/Splinter/web/splinter.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/Splinter/web/splinter.js b/extensions/Splinter/web/splinter.js index ee47aa160..d249ef17a 100644 --- a/extensions/Splinter/web/splinter.js +++ b/extensions/Splinter/web/splinter.js @@ -2690,6 +2690,7 @@ Splinter.init = function () { Splinter.replaceText(Dom.get("attachDesc"), Splinter.theAttachment.description); Splinter.replaceText(Dom.get("attachCreator"), Splinter.Bug._formatWho(Splinter.theAttachment.whoName, Splinter.theAttachment.whoEmail)); Splinter.replaceText(Dom.get("attachDate"), Splinter.Utils.formatDate(Splinter.theAttachment.date)); + Splinter.replaceText(Dom.get("attachComment"), Splinter.attachmentComment); var warnings = []; if (Splinter.theAttachment.isObsolete) warnings.push('OBSOLETE'); |