fixed 'Zavrsi narudzbu' button problems
This commit is contained in:
@@ -69,8 +69,9 @@ var CartIcon = React.createClass({
|
||||
CartStore.removeChangeListener(this._onChange);
|
||||
},
|
||||
|
||||
_onClick: function() {
|
||||
_onClick: function(e) {
|
||||
NavigationActions.goToCart();
|
||||
e.preventDefault();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user