summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/common_header.html.tmpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/common_header.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/common_header.html.tmpl
index 3d71f1625..2ffee3bd7 100644
--- a/extensions/BugModal/template/en/default/bug_modal/common_header.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/common_header.html.tmpl
@@ -74,11 +74,6 @@
remember_collapsed: [% user.settings.ui_remember_collapsed.value == "on" ? "true" : "false" %]
}
};
-
- [% IF user.is_timetracker %]
- BUGZILLA.remaining_time = [% bug.remaining_time FILTER js %]; // holds the original value
- [% END %]
- BUGZILLA.bug_secure = [% bug.groups_in.size ? 'true' : 'false' %];
[% END %]
[% Hook.process("end") %] \ No newline at end of file