frontend.js.php 115 B

12345678910
  1. (function($) {
  2. $(function() {
  3. new FLBuilderSubscribeForm({
  4. id: '<?php echo $id ?>'
  5. });
  6. });
  7. })(jQuery);