case constants.LOAD_CYCLE:
            $.getJSON('cycles/' + action.id + '.json', function (data) {
                _state.preset.cycles.push(data.actions);
                location.href = '#/cycles';
                store.emitChange();