bug/bug/bug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 446f4b9553a6afe5ce3de8f3b9a6edde8cb300c0 Author: Rob Snelders <programm...@ertai.nl> Date: Thu Dec 13 21:45:28 2012 +0100
typo error fixed diff --git a/bug/bug/bug.js b/bug/bug/bug.js index a1d3b7b..ecd1447 100644 --- a/bug/bug/bug.js +++ b/bug/bug/bug.js @@ -277,7 +277,7 @@ //Add Operating System var op_sys = $('.state_op_sys .chosen').attr('data'); var comment = $('.state_description .long').val(); - if (($.bug.regression_id >= 0) && ($.bug.regression_id <= $.bug.version_id)) + if (($.bug.regression_id >= 0) && ($.bug.regression_id <= $.bug.lo_version_id)) $.bug.regression_id = -1; comment = comment + "\nOperating System: " + $(".op_sys .chosen").text(); comment = comment + (($.bug.regression_id >= 0)?"\nLast worked in: " + $.bug.regression:""); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits