bug/bug/bug.js |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 06010533fbf0b86183fa031143d10d699ddb3873
Author: Rob Snelders <programm...@ertai.nl>
Date:   Sat Feb 2 14:48:36 2013 +0100

    [fdo#60058]  BUGZILLAASSISTANT: useless sub component undefined

diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index 463f772..0c96417 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -180,14 +180,14 @@
             $(".versions .select .choice", element).click(function() {
                 $.bug.lo_version = $('.state_details .versions 
.chosen').attr('data');
                 $.bug.lo_version_id = $('.state_details .versions 
.chosen').attr('idvalue');
-                if ($.bug.subcomponent != 'EMPTY' && $.bug.op_sys != '' && 
$.bug.regression != '') {
+                if ($.bug.sub_component != 'EMPTY' && $.bug.op_sys != '' && 
$.bug.regression != '') {
                     $.bug.state_description();
                 }
             });
             $(".select", element).select();
             $(".op_sys .select .choice", element).click(function() {
                 $.bug.op_sys = $('.state_details .op_sys 
.chosen').attr('data');
-                if ($.bug.subcomponent != 'EMPTY' && $.bug.lo_version != '' && 
$.bug.regression != '') {
+                if ($.bug.sub_component != 'EMPTY' && $.bug.lo_version != '' 
&& $.bug.regression != '') {
                     $.bug.state_description();
                 }
              });
@@ -196,7 +196,7 @@
             $(".regression .select .choice", element).click(function() {
                 $.bug.regression = $('.state_details .regression 
.chosen').attr('data');
                 $.bug.regression_id = $('.state_details .regression 
.chosen').attr('idvalue');
-                if ($.bug.subcomponent != 'EMPTY' && $.bug.lo_version != '' && 
$.bug.op_sys != '') {
+                if ($.bug.sub_component != 'EMPTY' && $.bug.lo_version != '' 
&& $.bug.op_sys != '') {
                     $.bug.state_description();
                 }
              });
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to