diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 6496a2d451c..4010581cfea 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8991 \ No newline at end of file +8992 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index f487f59b3d3..ce27d30e60b 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -08f83a7fd0618065e2cbae443674e44fac8102e2 \ No newline at end of file +b639a1a7f4ed58f8d30058509444e44be3095f53 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/attachment/create.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/attachment/create.html.tmpl index feb6d2931ce..e8193e319a6 100644 --- a/mozilla/webtools/bugzilla/template/en/default/attachment/create.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/attachment/create.html.tmpl @@ -12,10 +12,10 @@ [%+ "$terms.Bug $bug.bug_id" FILTER bug_link(bug) FILTER none %][% END %] [% subheader = BLOCK %][% bug.short_desc FILTER html %][% END %] [% javascript = BLOCK %] - YAHOO.util.Event.onDOMReady(function() { - YAHOO.util.Event.addListener(window, 'keydown', keys_pressed, [% bug.id FILTER none %]); - YAHOO.util.Event.addListener(window, 'keyup', keys_released); - }); + YAHOO.util.Event.onDOMReady(function() { + YAHOO.util.Event.addListener(window, 'keydown', keys_pressed, [% bug.id FILTER none %]); + YAHOO.util.Event.addListener(window, 'keyup', keys_released); + }); [% END %]