From b6d8b60c7978d3ffb5b737d8532b145a8ec0391e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 7 May 2007 20:50:36 +0000 Subject: Bug 349560: Zooming textareas onBlur event prevent Commit button from submitting - Patch by Bill Barry r/a=LpSolit --- template/en/default/global/textarea.html.tmpl | 1 - 1 file changed, 1 deletion(-) (limited to 'template') diff --git a/template/en/default/global/textarea.html.tmpl b/template/en/default/global/textarea.html.tmpl index e96721b50..8dd0cae47 100644 --- a/template/en/default/global/textarea.html.tmpl +++ b/template/en/default/global/textarea.html.tmpl @@ -46,5 +46,4 @@ cols="[% cols FILTER html %]" [% IF maxrows && user.settings.zoom_textareas.value == 'on' %] onFocus="this.rows=[% maxrows FILTER html %]" - onBlur="this.rows=[% minrows FILTER html %]" [% END %]>[% defaultcontent FILTER html %] -- cgit v1.2.3-24-g4f1b