update
This commit is contained in:
parent
3789a003c4
commit
d05d998d32
5 changed files with 17 additions and 7 deletions
13
js/common.js
13
js/common.js
|
@ -22,4 +22,15 @@ jQuery.i18n.properties({
|
|||
jQuery("input[name=language]").attr("value", jQuery.i18n.map["language"])
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
// if (window.location.pathname == "/legal_payment-methods.php") {
|
||||
// console.log('aaaaaaaa');
|
||||
// }
|
||||
switch (window.location.pathname) {
|
||||
case "/legal_terms.php":
|
||||
console.log('legal_terms');
|
||||
break;
|
||||
case "/legal_payment-methods.php":
|
||||
console.log('legal_payment-methods');
|
||||
break;
|
||||
}
|
|
@ -75,13 +75,12 @@
|
|||
free domain name (if included with the service being canceled ) will be minused from the refund
|
||||
amount (this could sometimes lead to a negative value).</p>
|
||||
|
||||
<p class="alert alert-warning"><i class="glyphicon glyphicon-info-sign"></i> Domain name renewal / registration fees and costs are
|
||||
non-refundable.</p>
|
||||
<p class="alert alert-warning"><i class="glyphicon glyphicon-info-sign"></i> Domain name renewal / registration fees and costs are non-refundable.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="section-wrap sectionPolicies">
|
||||
<section class="section-wrap">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-12 col-md-12 terms_policies_menu">
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="section-wrap sectionPolicies">
|
||||
<section class="section-wrap">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-12 col-md-12 terms_policies_menu">
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="section-wrap sectionPolicies">
|
||||
<section class="section-wrap">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-12 col-md-12 terms_policies_menu">
|
||||
|
|
|
@ -848,7 +848,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="section-wrap sectionPolicies">
|
||||
<section class="section-wrap">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-12 col-md-12 terms_policies_menu">
|
||||
|
|
Loading…
Reference in a new issue