andre 4 лет назад
Родитель
Сommit
e9c9f867eb
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      js/scripts.js

+ 3 - 1
js/scripts.js

@@ -3833,4 +3833,6 @@ function updateProductTotalMessage(billingcycle) {
             break;
     }
 }
-updateProductTotalMessage(billingcycle);
+$( document ).ready(function() {
+    updateProductTotalMessage(billingcycle);
+});