diff options
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/show-header.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index 306407a65..9f2127d23 100644 --- a/template/en/default/bug/show-header.html.tmpl +++ b/template/en/default/bug/show-header.html.tmpl @@ -41,7 +41,6 @@ [% yui = ['autocomplete', 'calendar'] %] [% yui.push('container') IF user.can_tag_comments %] [% javascript_urls = [ "js/util.js", "js/field.js" ] %] -[% javascript_urls.push("js/bug.js") IF user.id %] [% javascript_urls.push('js/comment-tagging.js') IF user.id && Param('comment_taggers_group') %] [% IF bug.defined %] @@ -66,10 +65,6 @@ } YAHOO.util.Event.onDOMReady(function() { initDirtyFieldTracking(); - - [% IF user.id AND user.is_involved_in_bug(bug) %] - YAHOO.bugzilla.bugUserLastVisit.update([% bug.bug_id FILTER none %]); - [% END %] }); [% javascript FILTER none %] [% END %] |