mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Corrected indentation
This commit is contained in:
parent
5b78bee151
commit
ba8d1ae8fc
@ -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…
x
Reference in New Issue
Block a user