andre 4 лет назад
Родитель
Сommit
b104de6aa9
1 измененных файлов с 1 добавлено и 0 удалено
  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');