From ffcbf85d7ff0cca3befff9022a9391e0c545036c Mon Sep 17 00:00:00 2001 From: thomasb Date: Sat, 21 Apr 2012 16:25:20 +0000 Subject: Add (missing) support for textarea cols to be added to the contact form git-svn-id: https://svn.roundcube.net/trunk@6107 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 7bf44320d..f3c91b2e5 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -4620,6 +4620,14 @@ function rcube_webmail() if (colprop.type == 'date' && $.datepicker) input.datepicker(); } + else if (colprop.type == 'textarea') { + input = $('