Fix indents
This commit is contained in:
parent
ddc7d11c99
commit
c224536472
|
@ -38,7 +38,9 @@ $(document).on('on_pjax_complete',function(){
|
|||
$('.form-control').focusout(function () {
|
||||
var $this = $(this);
|
||||
if ($this.parents('.form-group').hasClass('form-float')) {
|
||||
if ($this.val() == '') { $this.parents('.form-line').removeClass('focused'); }
|
||||
if ($this.val() == '') {
|
||||
$this.parents('.form-line').removeClass('focused');
|
||||
}
|
||||
}
|
||||
else {
|
||||
$this.parents('.form-line').removeClass('focused');
|
||||
|
|
Loading…
Reference in New Issue