andre 4 anni fa
parent
commit
e9c9f867eb
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      js/scripts.js

+ 3 - 1
js/scripts.js

@@ -3833,4 +3833,6 @@ function updateProductTotalMessage(billingcycle) {
             break;
             break;
     }
     }
 }
 }
-updateProductTotalMessage(billingcycle);
+$( document ).ready(function() {
+    updateProductTotalMessage(billingcycle);
+});