Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getFileTypeLabel (0.06 seconds)

  1. src/main/webapp/js/chat.js

                    case 'html': case 'htm': return 'fa-globe';
                }
            }
    
            return 'fa-file-o';
        }
    
        /**
         * Get file type label
         */
        function getFileTypeLabel(url, mimetype) {
            if (mimetype) {
                if (mimetype.indexOf('pdf') !== -1) return 'PDF';
                if (mimetype.indexOf('word') !== -1) return 'Word';
    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