|
@@ -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;
|
|
|
+}
|