Authored by Rock Zhang

Merge branch 'hotfix/yohocoinuse' into develop

@@ -88,7 +88,6 @@ $invoice.on('touchend', '.checkbox', function() { @@ -88,7 +88,6 @@ $invoice.on('touchend', '.checkbox', function() {
88 if ($this.hasClass('icon-checkbox')) { 88 if ($this.hasClass('icon-checkbox')) {
89 $invoice.removeClass('focus'); 89 $invoice.removeClass('focus');
90 } 90 }
91 - return false;  
92 }); 91 });
93 92
94 function orderCompute() { 93 function orderCompute() {