mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-24 09:07:05 +01:00
webui: fix favicon mime type
inline-source uses 'image/ico' otherwise supposed to be fixed upstream via the usage of type="image/x-icon" as link attribute, but there's no npmjs release yet
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6112
code/espurna/static/index.all.html.gz.h
generated
6112
code/espurna/static/index.all.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
4560
code/espurna/static/index.curtain.html.gz.h
generated
4560
code/espurna/static/index.curtain.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
4462
code/espurna/static/index.garland.html.gz.h
generated
4462
code/espurna/static/index.garland.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
5612
code/espurna/static/index.light.html.gz.h
generated
5612
code/espurna/static/index.light.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
4490
code/espurna/static/index.lightfox.html.gz.h
generated
4490
code/espurna/static/index.lightfox.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
4538
code/espurna/static/index.rfbridge.html.gz.h
generated
4538
code/espurna/static/index.rfbridge.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
7672
code/espurna/static/index.rfm69.html.gz.h
generated
7672
code/espurna/static/index.rfm69.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
4628
code/espurna/static/index.sensor.html.gz.h
generated
4628
code/espurna/static/index.sensor.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
4434
code/espurna/static/index.small.html.gz.h
generated
4434
code/espurna/static/index.small.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
4508
code/espurna/static/index.thermostat.html.gz.h
generated
4508
code/espurna/static/index.thermostat.html.gz.h
generated
File diff suppressed because it is too large
Load Diff
@@ -189,6 +189,11 @@ var inlineHandler = function(modules) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (source.sourcepath === "favicon.ico") {
|
||||
source.format = "x-icon";
|
||||
return;
|
||||
}
|
||||
|
||||
if (source.content) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user