bug/bug/bug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fa5a1d94edc9e38944d4211eaf684d14f5f11805 Author: Rob Snelders <programm...@ertai.nl> Date: Sun Feb 17 00:43:52 2013 +0100
fix the posting of some components diff --git a/bug/bug/bug.js b/bug/bug/bug.js index d52d9da..1fc91e1 100644 --- a/bug/bug/bug.js +++ b/bug/bug/bug.js @@ -273,7 +273,7 @@ $(element).addClass('inprogress'); } $.bug.error_clear(); - var component = $('.state_component .chosen').attr('data').replace('_',' '); + var component = $('.state_component .chosen').attr('data').replace(new RegExp('_', "gm"),' '); var short_desc = $.bug.sub_component + ': ' + $('.state_description .short').val(); //Add Operating System var op_sys = $('.state_op_sys .chosen').attr('data'); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits