From c5e08a1e503dc9f622f1b53a719616d6ea05312e Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Thu, 17 Apr 2014 16:15:47 +0000 Subject: [PATCH] Remove tabs git-svn-id: svn://10.0.0.236/trunk@265331 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/.gitrev | 2 +- .../template/en/default/attachment/create.html.tmpl | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) 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 %]