diff --git a/addressfield/static/address_form.js b/addressfield/static/address_form.js index 8681d445e474c0c8c2dfbdf025ed6b321963ddbc..3afe7ad07c9cbb5f54a6e65d6f0537a8d0740b15 100644 --- a/addressfield/static/address_form.js +++ b/addressfield/static/address_form.js @@ -69,7 +69,7 @@ var oldConvertToText = $.fn.addressfield.convertToText; $.fn.addressfield.convertToText = function() { var $text = oldConvertToText.call(this); - $text.unwrap(selectWrap); + $text.unwrap(); return $text; };