mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
[ticket/11552] Add .nojs or .hasjs to body
Add .nojs to body element, swap it to .hasjs when JavaScript is enabled PHPBB3-11552
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
</head>
|
||||
|
||||
<body id="phpbb" class="{S_CONTENT_DIRECTION}">
|
||||
<body id="phpbb" class="nojs {S_CONTENT_DIRECTION}">
|
||||
|
||||
<div id="simple-wrap">
|
||||
<a id="top" accesskey="t"></a>
|
||||
|
Reference in New Issue
Block a user