andre 4 rokov pred
rodič
commit
ed54a0c2e1
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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);
 });
 });