From 94eb2e5a4056c9f9b6fd87fb0251c49c7968f1e8 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 30 Jul 2016 09:46:47 +0200 Subject: [PATCH] Make the attachment rename input bigger (size: 50) --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/js/app.js b/program/js/app.js index 72b6903e8..4407bc719 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -4938,7 +4938,7 @@ function rcube_webmail() if (!attachment) return; - var input = $('').attr('type', 'text').val(attachment.name), + var input = $('').attr({type: 'text', size: 50}).val(attachment.name), content = $('