andre 4 лет назад
Родитель
Сommit
679ed94f2e
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({$billingcycle});
 });