andre 4 年 前
コミット
dac9d73430
1 ファイル変更1 行追加0 行削除
  1. 1 0
      js/scripts.js

+ 1 - 0
js/scripts.js

@@ -3816,6 +3816,7 @@ function validate_captcha(form)
 }
 }
 
 
 function updateProductTotalMessage(billingcycle) {
 function updateProductTotalMessage(billingcycle) {
+    console.log(billingcycle);
     switch(billingcycle) {
     switch(billingcycle) {
         case 'monthly':
         case 'monthly':
             jQuery('#producttotalmessage').html('Monatlich');
             jQuery('#producttotalmessage').html('Monatlich');