diff options
author | Byron Jones <bjones@mozilla.com> | 2012-02-23 03:46:34 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-02-23 03:46:34 +0100 |
commit | 7dc4ac9cba68f948d704a5f7fb9953775ceb50f9 (patch) | |
tree | 3ce37226b2823820f29c6c1312c48c41f7dda770 /extensions/Splinter/template/en | |
parent | d2b251615f42ecda6eb10871b57329ed11b0e57b (diff) | |
download | bugzilla-7dc4ac9cba68f948d704a5f7fb9953775ceb50f9.tar.gz bugzilla-7dc4ac9cba68f948d704a5f7fb9953775ceb50f9.tar.xz |
bug 729086: fix issues with splinter and "changes" comments
Diffstat (limited to 'extensions/Splinter/template/en')
-rw-r--r-- | extensions/Splinter/template/en/default/pages/splinter.html.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl index f2a78f7ce..cb4ca58cb 100644 --- a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl +++ b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl @@ -93,9 +93,6 @@ attachment.date = Splinter.Bug.parseDate('[% attachment.attached FILTER time("%Y-%m-%d %T %z") FILTER js %]'); attachment.whoName = Splinter.Utils.strip('[% attachment.attacher.name FILTER js %]'); attachment.whoEmail = Splinter.Utils.strip('[% attachment.attacher.email FILTER js %]'); - // attachment.status = Splinter.Utils.strip($(this).children('status').text()); - // if (attachment.status == "") - // attachment.status = null; attachment.isPatch = [% attachment.ispatch ? 1 : 0 %]; attachment.isObsolete = [% attachment.isobsolete ? 1 : 0 %]; attachment.isPrivate = [% attachment.isprivate ? 1 : 0 %]; |