Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for newChatBtn (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/webapp/WEB-INF/view/chat/chat.jsp

    								<la:message key="labels.chat_filter" />
    								<span id="filterBadge" class="badge rounded-pill bg-primary d-none">0</span>
    							</button>
    							<button type="button" id="newChatBtn" class="btn btn-outline-secondary btn-sm" aria-label="<la:message key="labels.chat_new_chat" />">
    								<i class="fa fa-plus" aria-hidden="true"></i>
    								<la:message key="labels.chat_new_chat" />
    							</button>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 10.8K bytes
    - Click Count (0)
  2. src/main/webapp/js/chat.js

            $.extend(true, config, options);
    
            elements = {
                chatMessages: $('#chatMessages'),
                chatInput: $('#chatInput'),
                sendBtn: $('#sendBtn'),
                newChatBtn: $('#newChatBtn'),
                statusArea: $('#statusArea'),
                emptyState: $('#emptyState'),
                progressIndicator: $('#progressIndicator'),
                progressMessage: $('#progressMessage'),
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 30.6K bytes
    - Click Count (0)
Back to Top