Skip to content

Commit

Permalink
Fix whitespace indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
stratease committed Dec 31, 2024
1 parent 68a6f8f commit 9d66e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/tribe-selectWoo/dist/js/selectWoo.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -991,11 +991,11 @@ S2.define('select2/results',[
var $option = $(option);

$option.on( 'blur', function() {
$option.attr( 'data-selected', 'false' );
$option.attr( 'data-selected', 'false' );
});

$option.on( 'focus', function() {
$option.attr( 'data-selected', 'true' );
$option.attr( 'data-selected', 'true' );
});

if (data.children) {
Expand Down

0 comments on commit 9d66e46

Please sign in to comment.