zhenjiang.dou 8 years ago
parent
commit
d05d998d32
5 changed files with 17 additions and 7 deletions
  1. 12 1
      js/common.js
  2. 2 3
      legal_cancellation-refund.php
  3. 1 1
      legal_payment-methods.php
  4. 1 1
      legal_privacy.php
  5. 1 1
      legal_terms.php

+ 12 - 1
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;
+}

+ 2 - 3
legal_cancellation-refund.php

@@ -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">

+ 1 - 1
legal_payment-methods.php

@@ -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">

+ 1 - 1
legal_privacy.php

@@ -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">

+ 1 - 1
legal_terms.php

@@ -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">