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;
             break;
         case 'annually':
         case 'annually':
             console.log(billingcycle);
             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');
             jQuery('#producttotalmessage').html('Jährlich');
             break;
             break;
     }
     }