From 7dc4ac9cba68f948d704a5f7fb9953775ceb50f9 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 23 Feb 2012 10:46:34 +0800 Subject: bug 729086: fix issues with splinter and "changes" comments --- extensions/Splinter/template/en/default/pages/splinter.html.tmpl | 3 --- 1 file changed, 3 deletions(-) (limited to 'extensions/Splinter/template/en/default') 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 %]; -- cgit v1.2.3-24-g4f1b