andre пре 4 година
родитељ
комит
ed54a0c2e1
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);
 });