Fix #146 : Choice button does not work in lightbox

This commit is contained in:
Romain Neutron
2012-01-04 10:43:10 +01:00
parent 8365b32206
commit 8dcd5af3cc
2 changed files with 2 additions and 2 deletions

View File

@@ -311,7 +311,7 @@ function scid_click(event, el)
$('.basket_element', el).addClass('selected');
}
var sselcont_id = $(el).attr('id').split('_').pop();
var sselcont_id = $('.basket_element', el).attr('id').split('_').pop();
var ssel_id = $('#navigation').val();
var container = $('#sc_container');