registration progress

This commit is contained in:
Edin Dazdarevic
2015-03-01 16:06:11 +01:00
parent 2b1d0fbbc1
commit db4d256337
5 changed files with 188 additions and 21 deletions

View File

@@ -72,6 +72,12 @@ var NavigationActions = {
actionType: NavigationConstants.CHANGE_URL,
url: '/dostava'
});
},
goToHome: function() {
AppDispatcher.handleAction({
actionType: NavigationConstants.CHANGE_URL,
url: '/'
});
}