mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
3f0cecbf02
commit
06ade66d61
881 changed files with 676 additions and 47086 deletions
|
@ -7,13 +7,14 @@
|
|||
|
||||
var Extensions = {
|
||||
'js': 'javascript',
|
||||
'html': 'markup',
|
||||
'svg': 'markup',
|
||||
'xml': 'markup',
|
||||
'py': 'python',
|
||||
'rb': 'ruby',
|
||||
'ps1': 'powershell',
|
||||
'psm1': 'powershell'
|
||||
'psm1': 'powershell',
|
||||
'sh': 'bash',
|
||||
'bat': 'batch',
|
||||
'h': 'c',
|
||||
'tex': 'latex'
|
||||
};
|
||||
|
||||
if(Array.prototype.forEach) { // Check to prevent error in IE8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue