mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Remove accidentally backported lines (SVN r53086)
This commit is contained in:
parent
62c6523a92
commit
478128d276
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user