andre 4 年之前
父節點
當前提交
b9b6fbf7cf
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      js/scripts.js

+ 0 - 1
js/scripts.js

@@ -3820,7 +3820,6 @@ function updateProductTotalMessage(billingcycle) {
     switch(billingcycle) {
     switch(billingcycle) {
         case 'monthly':
         case 'monthly':
             console.log(billingcycle);
             console.log(billingcycle);
-            days = daysIntoYear(new Date(now.getFullYear(), now.getMonth() + 1, 0)) - daysIntoYear(new Date(now.getFullYear(), now.getMonth(), now.getDate()));
             console.log(days);
             console.log(days);
             jQuery('#producttotalmessage').html('Monatlich');
             jQuery('#producttotalmessage').html('Monatlich');
             break;
             break;