summaryrefslogtreecommitdiffstats
path: root/extensions/Splinter/template/en/default/pages/splinter.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Splinter/template/en/default/pages/splinter.html.tmpl')
-rw-r--r--extensions/Splinter/template/en/default/pages/splinter.html.tmpl3
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 %];