aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/mcp_header.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/subSilver/mcp_header.html')
-rw-r--r--phpBB/templates/subSilver/mcp_header.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/mcp_header.html b/phpBB/templates/subSilver/mcp_header.html
index 0e302a63f0..86958767a7 100644
--- a/phpBB/templates/subSilver/mcp_header.html
+++ b/phpBB/templates/subSilver/mcp_header.html
@@ -6,7 +6,6 @@ function marklist(status)
{
for (i = 0; i < document.forms['main'].length; i++)
{
- // NOTE: all forms in MCP do not have the same name at present
document.forms['main'].elements[i].checked = status;
}
}