adjust cla description

上级 f0735c4e
......@@ -58,7 +58,7 @@ Please select one applicable statement from the following and fill in the blanks
</tr>
<tr>
<td>
Mailing Address*:
Address*:
</td>
<td>
<input type="text" id="individual-address" class = "require" maxlength="100" />
......@@ -135,7 +135,7 @@ Please select one applicable statement from the following and fill in the blanks
</tr>
<tr>
<td>
Mailing Address*:
Address*:
</td>
<td>
<input type="text" id="legalentity-address" class = "require" maxlength="100" />
......
......@@ -28,6 +28,9 @@ function initCurrentDate() {
// init cla page
function initClaPage() {
if ($('#cla-type-table').length) {
// default show individual
$('#individual-table').show();
$('#legalentity-table').hide();
$('td', '#cla-type-table').click(function () {
// select checked
$('input[name="track"]').removeAttr('checked');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册