From dc74c652fcc4640bbbb4a5a06cf78b70320670eb Mon Sep 17 00:00:00 2001 From: Brandon Carl Date: Tue, 7 Apr 2015 17:54:26 -0400 Subject: [PATCH] Turns autocomplete off (fixes #81) --- jquery.country-selector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.country-selector.js b/jquery.country-selector.js index d1d4127..57ebb9f 100755 --- a/jquery.country-selector.js +++ b/jquery.country-selector.js @@ -96,7 +96,7 @@ THE SOFTWARE. defaults.insert_text_field = function( context ) { - var $text_field = context.$text_field = $( '' ), + var $text_field = context.$text_field = $( '' ), settings = context.settings; if ( settings['copy-attributes-to-text-field'] ) { var attrs = {};