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;