From ac23f2882c0914da570f404ee906b702be91e123 Mon Sep 17 00:00:00 2001 From: fermin831 Date: Tue, 31 May 2016 15:31:00 +0200 Subject: [PATCH] Enlarged the text on plugins fields Tickets #3739 --- pandora_console/include/javascript/pandora_modules.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/javascript/pandora_modules.js b/pandora_console/include/javascript/pandora_modules.js index cf537b1ef0..a3bcaf473c 100644 --- a/pandora_console/include/javascript/pandora_modules.js +++ b/pandora_console/include/javascript/pandora_modules.js @@ -722,7 +722,8 @@ function load_plugin_macros_fields(row_model_id) { add_macro_field(macro, row_model_id); } }); - + //Plugin text can be larger + $(".macro_field").find(":input").attr("maxlength", 1023); // Add again the hover event to the 'force_callback' elements forced_title_callback(); }