From 614ff2627cdb78bf6d1498ad7478cc8c1eedd3f2 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 19 Nov 2015 15:26:12 +0000 Subject: [PATCH] Fix typo --- calendar/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/js/app.js b/calendar/js/app.js index 443cf1a748..5d18e59bd4 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -2285,7 +2285,7 @@ app.classes.calendar = AppJS.extend( col_filter: {participant: (typeof state.owner == 'string' || typeof state.owner == 'number' ? [state.owner] : state.owner)}, filter:'custom', // Must be custom to get start & end dates status_filter: state.filter, - cat_id: state.cate_id && state.cat_id.join('') != '' ? state.cat_id : false, + cat_id: state.cat_id && state.cat_id.join('') != '' ? state.cat_id : false, search: state.keywords, csv_export: false });