From fdaf43e8f06360d29ff4fcb9401e49160025f72c Mon Sep 17 00:00:00 2001 From: andryeyev Date: Mon, 7 Dec 2015 09:52:11 +0200 Subject: [PATCH] + fix bug с телефоном --- js/OrderContol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/OrderContol.js b/js/OrderContol.js index 607af95..831956f 100644 --- a/js/OrderContol.js +++ b/js/OrderContol.js @@ -579,7 +579,7 @@ jQuery(document).ready(function() // - $('.info.tel input').on('change', function() + $('.info.tel input[type=text]').on('change', function() { telAction({ 'json': { -- libgit2 0.21.4