bug/bug/bug.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1197552b25d3237d055ecc3e09f7b52cf174da5e
Author: Rob Snelders <programm...@ertai.nl>
Date:   Tue Dec 18 21:42:09 2012 +0100

    Save version in comment

diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index ecd1447..f41d283 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -280,6 +280,7 @@
                    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 + "\nVersion: " + $.bug.lo_version;
                     comment = comment + (($.bug.regression_id >= 0)?"\nLast 
worked in: " + $.bug.regression:"");
                     $("body").css("cursor", "progress");
                     $('input[name="token"]', form).val($.bug.token);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to