rafandoo / HelpDeskRplus

Found the usage of undeclared variables JS-0125
Bug risk
Critical
1 occurrence in this check
'selectCity' is not defined
 9    } else {
10        $.get(url, function(data){
11            $("#state").val(data.state);
12            selectCity(data.city);13            $("#neighborhood").val(data.neighborhood);
14            $("#street").val(data.street);
15            $("#complement").val(data.complement);