Showing
1 changed file
with
1 additions
and
0 deletions
@@ -86,6 +86,7 @@ $('.invoice').on('touchend', '.checkbox', function() { | @@ -86,6 +86,7 @@ $('.invoice').on('touchend', '.checkbox', function() { | ||
86 | if ($this.hasClass('icon-checkbox')) { | 86 | if ($this.hasClass('icon-checkbox')) { |
87 | $('.invoice').removeClass('focus'); | 87 | $('.invoice').removeClass('focus'); |
88 | } | 88 | } |
89 | + return false; | ||
89 | }); | 90 | }); |
90 | 91 | ||
91 | function orderCompute(firstEnter) { | 92 | function orderCompute(firstEnter) { |
-
Please register or login to post a comment