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

+ 0 - 1
js/scripts.js

@@ -3820,7 +3820,6 @@ function updateProductTotalMessage(billingcycle) {
     switch(billingcycle) {
         case 'monthly':
             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);
             jQuery('#producttotalmessage').html('Monatlich');
             break;