Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 423... Línea 423...
423
                    showfavourite: newState.id !== null,
423
                    showfavourite: newState.id !== null,
424
                    userid: newOtherUser.id,
424
                    userid: newOtherUser.id,
425
                    showonlinestatus: newOtherUser.showonlinestatus,
425
                    showonlinestatus: newOtherUser.showonlinestatus,
426
                    isonline: newOtherUser.isonline,
426
                    isonline: newOtherUser.isonline,
427
                    isblocked: newOtherUser.isblocked,
427
                    isblocked: newOtherUser.isblocked,
428
                    iscontact: newOtherUser.iscontact
428
                    iscontact: newOtherUser.iscontact,
-
 
429
                    cancreatecontact: newOtherUser.cancreatecontact,
429
                }
430
                }
430
            };
431
            };
431
        }
432
        }
Línea 432... Línea 433...
432
 
433