andre 4 jaren geleden
bovenliggende
commit
b104de6aa9
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      js/scripts.js

+ 1 - 0
js/scripts.js

@@ -3817,6 +3817,7 @@ function validate_captcha(form)
 
 function updateProductTotalMessage(billingcycle) {
     console.log(billingcycle);
+    document.write("Test");
     switch(billingcycle) {
         case 'monthly':
             jQuery('#producttotalmessage').html('Monatlich');