mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +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');
|
var $label = $(this).parents('.result').find('a.to-expand');
|
||||||
|
|
||||||
if ($headers.hasClass('to-expand')) {
|
if ($headers.hasClass('to-expand')) {
|
||||||
$headers.removeClass('to-expand');
|
$headers.removeClass('to-expand');
|
||||||
$headers.addClass('to-shrink');
|
$headers.addClass('to-shrink');
|
||||||
$label.text('Shrink');
|
$label.text('Shrink');
|
||||||
} else {
|
} else {
|
||||||
$headers.removeClass('to-shrink');
|
$headers.removeClass('to-shrink');
|
||||||
$headers.addClass('to-expand');
|
$headers.addClass('to-expand');
|
||||||
$label.text('Expand');
|
$label.text('Expand');
|
||||||
}
|
}
|
||||||
|
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user