commiting before merge

This commit is contained in:
Senad Uka
2015-01-27 04:19:06 +01:00
parent 0abbdcec1f
commit 8d18695879

View File

@@ -71,12 +71,9 @@ AppDispatcher.register(function(payload) {
switch(action.actionType) { switch(action.actionType) {
// Respond to SELECT_ITEM action // Respond to SELECT_ITEM action
/* case ItemConstants.SELECT_ITEM:*/ case ItemConstants.SELECT_ITEM:
//setSelected(action.item.id); setSelected(action.item.id);
//// TODO: this does not belong here - update when react router becommes available break;
//RIBICA.App.router.navigate(action.item.getFrontEndUrl(), {'trigger': true});
/*break;*/
case ItemConstants.LOAD_FOR_FRONTPAGE: case ItemConstants.LOAD_FOR_FRONTPAGE:
loadItemsForFrontpage(); loadItemsForFrontpage();