[Libreoffice-commits] .: bug/bug
Rob Snelders
rsnelders at kemper.freedesktop.org
Sun Feb 3 01:39:12 PST 2013
bug/bug/bug.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0e672d57daf34c5555e519abba13cac6f35d0124
Author: Rob Snelders <programming at ertai.nl>
Date: Sun Feb 3 10:39:00 2013 +0100
setting the correct variable
diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index 0c96417..40a2bbe 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -170,7 +170,7 @@
$('.active_subcomponent .select', element).select();
$('.active_subcomponent .select .choice', element).click(function() {
$.bug.refresh_related_bugs();
- $.bug.subcomponent = $('.state_details .active_subcomponent .chosen').attr('data');
+ $.bug.sub_component = $('.state_details .active_subcomponent .chosen').attr('data');
if ($.bug.lo_version != '' && $.bug.op_sys != '' && $.bug.regression != '') {
$.bug.state_description();
}
More information about the Libreoffice-commits
mailing list