andre 4 years ago
parent
commit
d271362b05
1 changed files with 0 additions and 7 deletions
  1. 0 7
      js/base.js

+ 0 - 7
js/base.js

@@ -1878,10 +1878,3 @@ function validate_captcha(form)
         }
     });
 }
-
-function updateProductTotalMessage(billingcycle) {
-    console.log("Test");
-    if (billingcycle == 'annually') {
-        jQuery('#producttotalmessage').html('Test');
-    }
-}