summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2013-02-03 10:39:00 +0100
committerRob Snelders <programming@ertai.nl>2013-02-03 10:39:00 +0100
commit0e672d57daf34c5555e519abba13cac6f35d0124 (patch)
tree472c80e27179b2e931cee0e340b3ad35998a4a93
parent06010533fbf0b86183fa031143d10d699ddb3873 (diff)
setting the correct variable
-rw-r--r--bug/bug/bug.js2
1 files changed, 1 insertions, 1 deletions
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();
}