andre 4 лет назад
Родитель
Сommit
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;
     }