Showing
1 changed file
with
1 additions
and
1 deletions
@@ -222,6 +222,6 @@ $('.phone').on('touchend', function() { | @@ -222,6 +222,6 @@ $('.phone').on('touchend', function() { | ||
222 | 222 | ||
223 | $('input[name = "mobile"]').on('blur', function() { | 223 | $('input[name = "mobile"]').on('blur', function() { |
224 | $('.phone').css('display', 'block'); | 224 | $('.phone').css('display', 'block'); |
225 | - $('.phone').html(phoneHidden($('input[name = "mobile"]').val())); | 225 | + $('.phone').html($('input[name = "mobile"]').val()); |
226 | $('input[name = "mobile"]').attr('type', 'hidden'); | 226 | $('input[name = "mobile"]').attr('type', 'hidden'); |
227 | }); | 227 | }); |
-
Please register or login to post a comment