diff --git a/uc-people.js b/uc-people.js index 6ebbb80..8315df9 100644 --- a/uc-people.js +++ b/uc-people.js @@ -1,8 +1,9 @@ jQuery(document).ready(function($){ if( $('#acf-field-netid_lookup').length ){ $('#acf-field-netid_lookup').keyup(function(e){ - if( e.target.value.length > 2 ){ + if( e.target.value.length == 8 ){ var netidQuery = e.target.value; + console.log( netidQuery ); /** * Ajax lookup with netidQuery */