confirming works, last address is now persisted, thank you page is up but not yet accessible

This commit is contained in:
Senad Uka
2015-03-03 07:26:18 +01:00
parent 4befef5bf4
commit 0f47367cd0
9 changed files with 153 additions and 20 deletions

View File

@@ -78,9 +78,17 @@ var NavigationActions = {
actionType: NavigationConstants.CHANGE_URL,
url: '/'
});
},
goToThankYou: function() {
AppDispatcher.handleAction({
actionType: NavigationConstants.CHANGE_URL,
url: '/hvala'
});
}
};
module.exports = NavigationActions;