Wifi web based configuration.
This commit is contained in:
parent
5c885c7722
commit
26a5eba0ad
19 changed files with 2109 additions and 5 deletions
6
extras/wificfg/content/script.js
Normal file
6
extras/wificfg/content/script.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"HTTP/1.0 200 \r\n"
|
||||
"Content-Type: text/javascript\r\n"
|
||||
"Cache-Control: max-age=900\r\n"
|
||||
"\r\n"
|
||||
"function myFunction() { var x = document.getElementById(\"myTopnav\");"
|
||||
"if (x.className === \"topnav\") { x.className += \" responsive\"; } else { x.className = \"topnav\"; } }"
|
||||
Loading…
Add table
Add a link
Reference in a new issue