andre %!s(int64=4) %!d(string=hai) anos
pai
achega
0a9c493624
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      js/scripts.js

+ 1 - 0
js/scripts.js

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