diff options
Diffstat (limited to 'templates/fluid/template_album.html')
| -rw-r--r-- | templates/fluid/template_album.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/fluid/template_album.html b/templates/fluid/template_album.html index 2535a58..7c028b0 100644 --- a/templates/fluid/template_album.html +++ b/templates/fluid/template_album.html @@ -32,6 +32,9 @@ } </style> <link href="$(TEMPLATES_PATH)styles.css" type="text/css" rel="stylesheet" media="screen, print" /> + <script type="text/javascript"> + document.addEventListener("DOMContentLoaded", () => document.body.className = ""); + </script> </head> <body> |
