Enlarged the text on plugins fields Tickets #3739

This commit is contained in:
fermin831 2016-05-31 15:31:00 +02:00
parent af1a15fb0c
commit ac23f2882c
1 changed files with 2 additions and 1 deletions

View File

@ -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();
}