From 5a79416789d375a24dd81de89de0a0d3fedf5f98 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 21 Apr 2012 16:25:20 +0000 Subject: Add (missing) support for textarea cols to be added to the contact form --- program/js/app.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/program/js/app.js b/program/js/app.js index 7bf44320d..f3c91b2e5 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -4620,6 +4620,14 @@ function rcube_webmail() if (colprop.type == 'date' && $.datepicker) input.datepicker(); } + else if (colprop.type == 'textarea') { + input = $('