Skip to content

Instantly share code, notes, and snippets.

@renatoschroepfer
Last active November 22, 2016 12:18
Show Gist options
  • Save renatoschroepfer/db1da9bd781fc1db4e866ed64a055acf to your computer and use it in GitHub Desktop.
Save renatoschroepfer/db1da9bd781fc1db4e866ed64a055acf to your computer and use it in GitHub Desktop.
/* Renato Lazaro - Custom - Alerta para o menu "Criar Chamado"*/
echo "<script type='text/javascript'>
$(document).ready(function(){
$('#menu2').click(function(event){
event.preventDefault();
alert('Por favor, preencha nossa pesquisa de satisfação antes de abrir um novo chamado');
})
});
</script>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment