correct wrong mimetype for cangrow.js
This commit is contained in:
parent
54b6d48e1e
commit
c466f1396f
1 changed files with 1 additions and 1 deletions
|
@ -57,5 +57,5 @@ function showSelect(selectId, prefix, hideClass = '') {
|
|||
})";
|
||||
|
||||
void WebFile_cangrow_JS(AsyncWebServerRequest *request) {
|
||||
request->send_P(200, "text/css", File_cangrow_JS);
|
||||
request->send_P(200, "text/javascript", File_cangrow_JS);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue