mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
Fix typo in previous commit
This commit is contained in:
parent
66138ad402
commit
a05ec9ae55
@ -3322,7 +3322,7 @@ app.classes.calendar = AppJS.extend(
|
||||
*/
|
||||
granularity: function(state) {
|
||||
var list = egw.preference('use_time_grid','calendar') || 'weekN';
|
||||
if(typeof list == 'string') list = string.split(',');
|
||||
if(typeof list == 'string') list = list.split(',');
|
||||
if(!list.indexOf && jQuery.isPlainObject(list))
|
||||
{
|
||||
list = jQuery.map(list, function(el) { return el });
|
||||
|
Loading…
Reference in New Issue
Block a user