Skip to content

Commit 961fe1d

Browse files
committed
H comes before J
1 parent 45d1980 commit 961fe1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/common/file_dialog.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ const extensionMap = {
2525
"bmp": {style: FA_STYLE_REGULAR, icon: "file-image", type: "bin"},
2626
"css": {style: FA_STYLE_REGULAR, icon: "file-lines", type: "text"},
2727
"gif": {style: FA_STYLE_REGULAR, icon: "file-image", type: "bin"},
28+
"htm": {style: FA_STYLE_REGULAR, icon: "file-code", type: "text"},
29+
"html": {style: FA_STYLE_REGULAR, icon: "file-code", type: "text"},
2830
"jpeg": {style: FA_STYLE_REGULAR, icon: "file-image", type: "bin"},
2931
"jpg": {style: FA_STYLE_REGULAR, icon: "file-image", type: "bin"},
3032
"js": {style: FA_STYLE_REGULAR, icon: "file-code", type: "text"},
3133
"json": {style: FA_STYLE_REGULAR, icon: "file-code", type: "text"},
32-
"htm": {style: FA_STYLE_REGULAR, icon: "file-code", type: "text"},
33-
"html": {style: FA_STYLE_REGULAR, icon: "file-code", type: "text"},
3434
"mov": {style: FA_STYLE_REGULAR, icon: "file-video", type: "bin"},
3535
"mp3": {style: FA_STYLE_REGULAR, icon: "file-audio", type: "bin"},
3636
"mp4": {style: FA_STYLE_REGULAR, icon: "file-video", type: "bin"},

0 commit comments

Comments
 (0)