Modified web interface to display log files correctly (removed jquery-mobile)

This commit is contained in:
Graham Jones
2016-07-25 21:44:04 +01:00
parent 121b36987b
commit 426d363577
5 changed files with 131 additions and 17 deletions

View File

@@ -112,6 +112,7 @@ public class SdWebServer extends NanoHTTPD {
default:
if (uri.startsWith("/index.html") ||
uri.startsWith("/logfiles.html") ||
uri.startsWith("/favicon.ico") ||
uri.startsWith("/js/") ||
uri.startsWith("/css/") ||