Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getFileTypeIcon (0.15 seconds)

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

            }
            // Allow other relative URLs (may contain colons in path/query)
            return url;
        }
    
        /**
         * Get file type icon based on URL or mimetype
         */
        function getFileTypeIcon(url, mimetype) {
            if (mimetype) {
                if (mimetype.indexOf('pdf') !== -1) return 'fa-file-pdf-o';
                if (mimetype.indexOf('word') !== -1 || mimetype.indexOf('document') !== -1) return 'fa-file-word-o';
    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