mirror of https://github.com/aredn/aredn.git
Fix broken wifi sorting
This commit is contained in:
parent
afda7e35ca
commit
d03be0c2ae
|
@ -152,7 +152,7 @@ if autoscan then
|
|||
html.print("<meta http-equiv='refresh' content='5;url=/cgi-bin/scan'>")
|
||||
end
|
||||
html.print([[
|
||||
<script src=\"/js/sorttable-min.js\"></script>
|
||||
<script src="/js/sorttable-min.js"></script>
|
||||
<style>
|
||||
table.sortable thead {
|
||||
background-color:#eee;
|
||||
|
|
Loading…
Reference in New Issue