fixed 'Zavrsi narudzbu' button problems

This commit is contained in:
Edin Dazdarevic
2015-06-01 12:48:24 +02:00
parent 28e81c27ed
commit 328067e78b

View File

@@ -69,8 +69,9 @@ var CartIcon = React.createClass({
CartStore.removeChangeListener(this._onChange);
},
_onClick: function() {
_onClick: function(e) {
NavigationActions.goToCart();
e.preventDefault();
}