| @@ -249,9 +249,12 @@ | |||
| <div class="checkbox"> | |||
| @if ($pg == "1Gbps") | |||
| @if ($city == "CYBERJAYA") | |||
| <label> | |||
| <label id= "ip1"> | |||
| <input type="checkbox" name="ip" id="ip" value="Free 1 Fixed IP" checked> <p style="margin-bottom: 0px !important">Free 1 Fixed IP</p> | |||
| </label> | |||
| <label id="ip3" style="display:none"> | |||
| <input type="checkbox" name="ip" id="ip" value="Free 3 Fixed IP" checked> <p style="margin-bottom: 0px !important">Free 3 Fixed IP</p> | |||
| </label> | |||
| @else | |||
| <label> | |||
| <input type="checkbox" name="ip" id="ip" value="Free 3 Fixed IP" checked> <p style="margin-bottom: 0px !important">Free 3 Fixed IP</p> | |||
| @@ -494,6 +497,8 @@ | |||
| $('#OTC').show(); | |||
| $('#OTC-side').show(); | |||
| $('#otcVoice').show(); | |||
| $('#ip3').show(); | |||
| $('#ip1').hide(); | |||
| document.getElementById('10off').checked = false; | |||
| $('#10off').hide(); | |||
| $('#10off1').hide(); | |||
| @@ -504,6 +509,8 @@ | |||
| $('#OTC').hide(); | |||
| $('#OTC-side').hide(); | |||
| $('#otcVoice').show(); | |||
| $('#ip1').show(); | |||
| $('#ip3').hide(); | |||
| document.getElementById('10off').checked = true; | |||
| $('#10off').show(); | |||
| $('#10off1').show(); | |||