Skip to content

Commit

Permalink
close #83
Browse files Browse the repository at this point in the history
  • Loading branch information
gurayyarar committed Jun 16, 2018
1 parent 5853736 commit a5fd0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ $.AdminBSB.input = {

//On focus event
$parentSelector.find('.form-control').focus(function () {
$(this).parent().addClass('focused');
$(this).closest('.form-line').addClass('focused');
});

//On focusout event
Expand Down

1 comment on commit a5fd0d8

@sportblog
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi thank you is theme good Please hep me is RTL support

Please sign in to comment.