Skip to content

Commit

Permalink
Fix code scanning alert no. 1: Unsafe jQuery plugin
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 8d1d400 commit e1bd6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/js/jquery.geocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
}

this.map = new google.maps.Map(
$(this.options.map)[0],
$.find(this.options.map)[0],
this.options.mapOptions
);

Expand Down

0 comments on commit e1bd6b3

Please sign in to comment.