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) {
         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;