andre 4 jaren geleden
bovenliggende
commit
679ed94f2e
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      js/scripts.js

+ 1 - 1
js/scripts.js

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