google-location-autocomplete-react
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -46,2 +46,3 @@ var __assign = (this && this.__assign) || function () { | ||
script.async = true; | ||
script.className = "google-location-autocomplete"; | ||
script.defer = true; | ||
@@ -55,3 +56,3 @@ document.head.appendChild(script); | ||
delete window.initAutocomplete; | ||
var script = document.querySelector("script[src=\"".concat(url, "\"]")); | ||
var script = document.querySelector("script.google-location-autocomplete"); | ||
if (script) { | ||
@@ -58,0 +59,0 @@ script.remove(); |
{ | ||
"name": "google-location-autocomplete-react", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"main": "dist/GoogleLocationAutocomplete.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/GoogleLocationAutocomplete.d.ts", |
5612
77