diff --git a/production/form.html b/production/form.html index 72023b24..58bb145f 100755 --- a/production/form.html +++ b/production/form.html @@ -626,8 +626,7 @@
- -
+
@@ -1546,8 +1545,7 @@ // initialize autocomplete with custom appendTo $('#autocomplete-custom-append').autocomplete({ - lookup: countriesArray, - appendTo: '#autocomplete-container' + lookup: countriesArray }); });