diff options
author | Sebastin Santy <sebastinssanty@gmail.com> | 2017-07-07 08:03:00 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-07-07 08:03:00 +0200 |
commit | 9ac147436702a8a8e70caf8976015fb2626fefb2 (patch) | |
tree | b66d2cb3eeb0214e7ebc84d32543cfc32c5f530a /extensions/BugModal | |
parent | 3231b299f07bd020d901c3347ffa540c6b685369 (diff) | |
download | bugzilla-9ac147436702a8a8e70caf8976015fb2626fefb2.tar.gz bugzilla-9ac147436702a8a8e70caf8976015fb2626fefb2.tar.xz |
Bug 1378583 - /new-bug has several js errors
Diffstat (limited to 'extensions/BugModal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/common_header.html.tmpl | 5 |
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 |