andre hace 4 años
padre
commit
d7bda0401a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');
 });