Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 50... Línea 50...
50
        CONTACT_REQUEST_COUNT: '[data-region="contact-request-count"]',
50
        CONTACT_REQUEST_COUNT: '[data-region="contact-request-count"]',
51
        FAVOURITES: '[data-region="view-overview-favourites"]',
51
        FAVOURITES: '[data-region="view-overview-favourites"]',
52
        GROUP_MESSAGES: '[data-region="view-overview-group-messages"]',
52
        GROUP_MESSAGES: '[data-region="view-overview-group-messages"]',
53
        MESSAGES: '[data-region="view-overview-messages"]',
53
        MESSAGES: '[data-region="view-overview-messages"]',
54
        SEARCH_INPUT: '[data-region="view-overview-search-input"]',
54
        SEARCH_INPUT: '[data-region="view-overview-search-input"]',
55
        SECTION_TOGGLE_BUTTON: '[data-toggle]'
55
        SECTION_TOGGLE_BUTTON: '[data-bs-toggle]'
56
    };
56
    };
Línea 57... Línea 57...
57
 
57
 
58
    // Categories displayed in the message drawer. Some methods (such as filterCountsByType) are expecting their value
58
    // Categories displayed in the message drawer. Some methods (such as filterCountsByType) are expecting their value
59
    // will be the same as the defined in the CONVERSATION_TYPES, except for the favourite.
59
    // will be the same as the defined in the CONVERSATION_TYPES, except for the favourite.