From 478128d276480ec227ea79028194581731f8fbbb Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 13 Jul 2015 15:08:15 +0000 Subject: [PATCH] Remove accidentally backported lines (SVN r53086) --- calendar/js/app.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/calendar/js/app.js b/calendar/js/app.js index f1d8d2e097..d844a631d2 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -1283,12 +1283,6 @@ app.classes.calendar = AppJS.extend( jQuery.extend(state, this._super.apply(this, arguments)); // call default implementation } - // Make sure date is consitantly a string, in case it needs to be passed to server - if(state.date) - { - state.state = state.date.toJSON(); - } - // Don't store current user in state to allow admins to create favourites for all // Should make no difference for normal users. if(state.owner == egw.user('account_id'))