mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 21:13:26 +00:00
Fix #146 : Choice button does not work in lightbox
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user