|
@@ -155,7 +155,7 @@ $(document).ready(function() {
|
|
|
$('.collapse-link').on('click', function() {
|
|
|
var $BOX_PANEL = $(this).closest('.x_panel'),
|
|
|
$ICON = $(this).find('i'),
|
|
|
- $BOX_CONTENT = $BOX_PANEL.find('.x_content');
|
|
|
+ $BOX_CONTENT = $BOX_PANEL.find('.x_content').eq(0);
|
|
|
|
|
|
// fix for some div with hardcoded fix class
|
|
|
if ($BOX_PANEL.attr('style')) {
|