mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
* Calendar - Fix right click -> add gave error instead of popup
This commit is contained in:
parent
419b1656fb
commit
965f5b5527
@ -1425,7 +1425,7 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
|
||||
var id = _events[0].id.split('::');
|
||||
var app = id[0];
|
||||
var app_id = id[1];
|
||||
if(app_id.indexOf(':'))
|
||||
if(app_id && app_id.indexOf(':'))
|
||||
{
|
||||
var split = id[1].split(':');
|
||||
id = split[0];
|
||||
|
Loading…
Reference in New Issue
Block a user