mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 22:03:33 +03:00
Corrected indentation
This commit is contained in:
parent
5b78bee151
commit
ba8d1ae8fc
1 changed files with 6 additions and 6 deletions
|
@ -203,13 +203,13 @@
|
|||
var $label = $(this).parents('.result').find('a.to-expand');
|
||||
|
||||
if ($headers.hasClass('to-expand')) {
|
||||
$headers.removeClass('to-expand');
|
||||
$headers.addClass('to-shrink');
|
||||
$label.text('Shrink');
|
||||
$headers.removeClass('to-expand');
|
||||
$headers.addClass('to-shrink');
|
||||
$label.text('Shrink');
|
||||
} else {
|
||||
$headers.removeClass('to-shrink');
|
||||
$headers.addClass('to-expand');
|
||||
$label.text('Expand');
|
||||
$headers.removeClass('to-shrink');
|
||||
$headers.addClass('to-expand');
|
||||
$label.text('Expand');
|
||||
}
|
||||
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Add table
Reference in a new issue