diff options
author | Dylan William Hardison <dylan@hardison.net> | 2014-09-23 03:23:54 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2014-10-02 02:46:13 +0200 |
commit | c034487bf62423265d0832197e0ff490f82330eb (patch) | |
tree | d5392377ca4b38c77b45dd62a3fed4c6edcec309 /template/en/default/bug | |
parent | 98284f0a6fcfaee9aee2c26e0ae0d07692a6ee84 (diff) | |
download | bugzilla-c034487bf62423265d0832197e0ff490f82330eb.tar.gz bugzilla-c034487bf62423265d0832197e0ff490f82330eb.tar.xz |
Bug 1023405 - Shortcut for marking bugs as read
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/show-header.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index 306407a65..062e1aa82 100644 --- a/template/en/default/bug/show-header.html.tmpl +++ b/template/en/default/bug/show-header.html.tmpl @@ -68,7 +68,7 @@ initDirtyFieldTracking(); [% IF user.id AND user.is_involved_in_bug(bug) %] - YAHOO.bugzilla.bugUserLastVisit.update([% bug.bug_id FILTER none %]); + YAHOO.bugzilla.bugUserLastVisit.update([ [% bug.bug_id FILTER none %] ]); [% END %] }); [% javascript FILTER none %] |