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

+ 1 - 0
js/scripts.js

@@ -3834,6 +3834,7 @@ function updateProductTotalMessage(billingcycle) {
             break;
         case 'annually':
             console.log(billingcycle);
+            let days = daysIntoYear(new Date(now.getFullYear(), 12 + 1, 0)) - daysIntoYear(new Date(now.getFullYear(), now.getMonth(), now.getDate()));
             jQuery('#producttotalmessage').html('Jährlich');
             break;
     }