diff options
Diffstat (limited to 'phpBB/adm/style/overall_header.html')
-rw-r--r-- | phpBB/adm/style/overall_header.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index 9345ae0682..f719ec8074 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -52,6 +52,11 @@ function marklist(id, name, state) var parent = document.getElementById(id); if (!parent) { + eval('parent = document.' + id); + } + + if (!parent) + { return; } |