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

+ 1 - 1
js/scripts.js

@@ -3834,5 +3834,5 @@ function updateProductTotalMessage(billingcycle) {
     }
 }
 $( document ).ready(function() {
-    updateProductTotalMessage({$billingcycle});
+    updateProductTotalMessage('monthly');
 });