summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2014-09-23 03:23:54 +0200
committerDylan William Hardison <dylan@hardison.net>2014-10-02 02:46:13 +0200
commitc034487bf62423265d0832197e0ff490f82330eb (patch)
treed5392377ca4b38c77b45dd62a3fed4c6edcec309 /template/en/default/bug
parent98284f0a6fcfaee9aee2c26e0ae0d07692a6ee84 (diff)
downloadbugzilla-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.tmpl2
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 %]