summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2014-05-28 17:04:37 +0200
committerDylan William Hardison <dylan@hardison.net>2014-05-28 17:04:37 +0200
commit7ea36c899372e8e113935ff036e992a819d786b6 (patch)
tree5a5e09763995a8c783ee98cefe8a5edb1e5eee26 /template/en/default/bug
parentb6b83df873a1509797235738e00f9e6307eca876 (diff)
downloadbugzilla-7ea36c899372e8e113935ff036e992a819d786b6.tar.gz
bugzilla-7ea36c899372e8e113935ff036e992a819d786b6.tar.xz
Revert previous commit to re-apply with the schema change in a separate commit.
Diffstat (limited to 'template/en/default/bug')
-rw-r--r--template/en/default/bug/show-header.html.tmpl5
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 %]