andre 4 years ago
parent
commit
d7bda0401a
1 changed files with 1 additions and 1 deletions
  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('monthly');
 });
 });