Fix indents

This commit is contained in:
Akkadius 2017-09-21 22:25:15 -05:00
parent ddc7d11c99
commit c224536472
1 changed files with 87 additions and 85 deletions

View File

@ -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');