Administrator
/
extrem
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
fdaf43e8f06360d29ff4fcb9401e49160025f72c
Authored by
andryeyev
2015-12-07 09:52:11 +0200
1 parent
38e0b0ac
+ fix bug с телефоном
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/OrderContol.js
Inline
Side-by-side
js/OrderContol.js
Wrap text
Show/Hide comments
View file @
fdaf43e
...
...
@@ -579,7 +579,7 @@ jQuery(document).ready(function()
579
579
580
580
581
581
// Òåëåôîí
582
- $('.info.tel input
').on('change', function()
582
+ $('.info.tel input
[type=text]
').on('change', function()
583
583
{
584
584
telAction({
585
585
'json': {
...
...