mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
fix side effect introduce with list/expand buttons
This commit is contained in:
parent
8fe99a9c45
commit
01fb243751
@ -130,7 +130,7 @@
|
|||||||
section.addClass('active');
|
section.addClass('active');
|
||||||
}
|
}
|
||||||
section.find('.section-list').slideDown('fast');
|
section.find('.section-list').slideDown('fast');
|
||||||
section.find('.content').slideUp('fast');
|
section.find('.operation > .content').slideUp('fast');
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.action-expand').on('click', function(){
|
$('.action-expand').on('click', function(){
|
||||||
@ -139,7 +139,7 @@
|
|||||||
section.addClass('active');
|
section.addClass('active');
|
||||||
}
|
}
|
||||||
$(section).find('ul').slideDown('fast');
|
$(section).find('ul').slideDown('fast');
|
||||||
$(section).find('.content').slideDown('fast');
|
$(section).find('.operation > .content').slideDown('fast');
|
||||||
});
|
});
|
||||||
|
|
||||||
{% if enableSandbox %}
|
{% if enableSandbox %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user