diff options
| -rwxr-xr-x | templates/base.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index 2bc8e13..ae21888 100755 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -182,9 +182,7 @@ | |||
| 182 | </footer> | 182 | </footer> |
| 183 | 183 | ||
| 184 | <script> | 184 | <script> |
| 185 | document.querySelectorAll("table").forEach(table => { | 185 | document.querySelectorAll("table").forEach(t => t.setAttribute("border", 1)); |
| 186 | table.setAttribute("border", 1); | ||
| 187 | }); | ||
| 188 | </script> | 186 | </script> |
| 189 | </body> | 187 | </body> |
| 190 | </html> | 188 | </html> |
