Skip to content

Commit

Permalink
incorporated LGTM warning resolutions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkewlani committed May 27, 2020
1 parent 82ddc06 commit ace2d9a
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ $( document ).ready( function () {
} );
}

function bindCycleFocusEvent () {
$( '#lastInTheForm' ).blur( function () {
$( '#silentOrderPostForm [tabindex$="10"]' ).focus();
} )
}

function isEmpty ( obj ) {
return Boolean( typeof obj == 'undefined' || obj === null || obj === '' );
}

function disableAddressForm () {
$( 'input[id^="address\\."]' ).prop( 'disabled', true );
$( 'select[id^="address\\."]' ).prop( 'disabled', true );
Expand Down

0 comments on commit ace2d9a

Please sign in to comment.