it works on ipad, safari etc. / splash screen has a progress wheel
This commit is contained in:
@@ -169,7 +169,7 @@ var CartPage = React.createClass({
|
||||
_onOrderClick: function () {
|
||||
NavigationActions.goToCheckout();
|
||||
},
|
||||
_onQuantityChange(itemId, e) {
|
||||
_onQuantityChange: function(itemId, e) {
|
||||
CartActions.setItemCount(itemId, e.target.value);
|
||||
},
|
||||
getInitialState: function () {
|
||||
|
||||
Reference in New Issue
Block a user