diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-02 15:54:30 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-02 15:54:30 +0200 |
| commit | de041d716e5a721da7bb221d679c710d7f74ec49 (patch) | |
| tree | 68f3f16097e0a84e12f0919f3efc1098a52dfb1c /templates | |
| parent | 7b36afd978fcb0a740151cd5a3ba3e415cc7b4a1 (diff) | |
| download | mitjafelicijan.com-de041d716e5a721da7bb221d679c710d7f74ec49.tar.gz | |
Simplified template
Diffstat (limited to 'templates')
| -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> |
