diff options
| author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-25 18:32:31 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-26 22:00:23 +0300 |
| commit | 8567adf5dbfc1d6363deb78b6ebf25a76857c9ac (patch) | |
| tree | 3effe85a97c58a26973221c54a76feeb30df77d2 /phpBB/adm/style/overall_header.html | |
| parent | 5779c300e47cec9533d95ad8691f362032d6f485 (diff) | |
| download | forums-8567adf5dbfc1d6363deb78b6ebf25a76857c9ac.tar forums-8567adf5dbfc1d6363deb78b6ebf25a76857c9ac.tar.gz forums-8567adf5dbfc1d6363deb78b6ebf25a76857c9ac.tar.bz2 forums-8567adf5dbfc1d6363deb78b6ebf25a76857c9ac.tar.xz forums-8567adf5dbfc1d6363deb78b6ebf25a76857c9ac.zip | |
[ticket/11957] Include admin.js in footer
Include admin.js in footer, swap .hasjs and .nojs
PHPBB3-11957
Diffstat (limited to 'phpBB/adm/style/overall_header.html')
| -rw-r--r-- | phpBB/adm/style/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index 80e254227b..658f1c49b0 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -106,7 +106,7 @@ function popup(url, width, height, name) <!-- EVENT acp_overall_header_head_append --> </head> -<body class="{S_CONTENT_DIRECTION}"> +<body class="{S_CONTENT_DIRECTION} nojs"> <div id="wrap"> <div id="page-header"> |
