commiting before merge
This commit is contained in:
@@ -71,12 +71,9 @@ AppDispatcher.register(function(payload) {
|
||||
switch(action.actionType) {
|
||||
|
||||
// Respond to SELECT_ITEM action
|
||||
/* case ItemConstants.SELECT_ITEM:*/
|
||||
//setSelected(action.item.id);
|
||||
//// TODO: this does not belong here - update when react router becommes available
|
||||
//RIBICA.App.router.navigate(action.item.getFrontEndUrl(), {'trigger': true});
|
||||
|
||||
/*break;*/
|
||||
case ItemConstants.SELECT_ITEM:
|
||||
setSelected(action.item.id);
|
||||
break;
|
||||
|
||||
case ItemConstants.LOAD_FOR_FRONTPAGE:
|
||||
loadItemsForFrontpage();
|
||||
|
||||
Reference in New Issue
Block a user