andre 4 лет назад
Родитель
Сommit
0a9c493624
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      js/scripts.js

+ 1 - 0
js/scripts.js

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