Explorar el Código

Showing Capcha form upon contact form submit

master
dgojkovic hace 5 años
padre
commit
a4485e2a4c
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      index.html

+ 4
- 0
index.html Ver fichero

@@ -1219,6 +1219,10 @@ jQuery(document).ready(function($) {
showCursor: ($this.attr('data-typed-cursor') === 'yes')
});
});
$('#contact-form #submit').on('click',function(){
setTimeout(function(){ $('.form-status-message form').show(); }, 1000);
});
});
</script>


Cargando…
Cancelar
Guardar