aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-09-14 22:56:40 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-17 21:03:53 +0300
commita189c38853ede323a0dc7ef170c788a7f687326c (patch)
treec4953d83c029cffb2b5d1d9cd86c2f8fa10b43d0 /phpBB/styles/prosilver/template/overall_header.html
parentbefffe7472e86978289e182e6ec433679537dcbd (diff)
downloadforums-a189c38853ede323a0dc7ef170c788a7f687326c.tar
forums-a189c38853ede323a0dc7ef170c788a7f687326c.tar.gz
forums-a189c38853ede323a0dc7ef170c788a7f687326c.tar.bz2
forums-a189c38853ede323a0dc7ef170c788a7f687326c.tar.xz
forums-a189c38853ede323a0dc7ef170c788a7f687326c.zip
[ticket/11552] Add .nojs or .hasjs to body
Add .nojs to body element, swap it to .hasjs when JavaScript is enabled PHPBB3-11552
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 1b48298307..ce1317ab11 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -49,7 +49,7 @@
{$STYLESHEETS}
</head>
-<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
+<body id="phpbb" class="nojs section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<div id="wrap">
<a id="top" accesskey="t"></a>