phpBB

Code Changes

File: adm/style/simple_header.html

  Unmodified   Added   Modified   Removed
Line 2Line 2
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
<head>
<meta charset="utf-8">

<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
<head>
<meta charset="utf-8">

 
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- IF META -->{META}<!-- ENDIF -->
<title>{PAGE_TITLE}</title>

<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- IF META -->{META}<!-- ENDIF -->
<title>{PAGE_TITLE}</title>

Line 65Line 66
	
for (var r = 0; r < rb.length; r++)
{

	
for (var r = 0; r < rb.length; r++)
{

		if (rb[r].name.substr(0, name.length) == name)

		if (rb[r].name.substr(0, name.length) == name && rb[r].disabled !== true)

		{
rb[r].checked = state;
}

		{
rb[r].checked = state;
}