andre 4 anni fa
parent
commit
0a9c493624
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
     }