Browse Source

Update normajuridica_form.html

pull/2177/head
Talitha Pumar 7 years ago
committed by GitHub
parent
commit
dbeff5374d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      sapl/templates/norma/normajuridica_form.html

1
sapl/templates/norma/normajuridica_form.html

@ -13,7 +13,6 @@
var tipo = $('#id_tipo').val() var tipo = $('#id_tipo').val()
var ano = $('#id_ano').val() var ano = $('#id_ano').val()
var numero = $('#id_numero').val() var numero = $('#id_numero').val()
var up = 0;
console.log(tipo, ano, numero) console.log(tipo, ano, numero)
if (tipo_materia && numero_materia && ano_materia) { if (tipo_materia && numero_materia && ano_materia) {
$.get("/norma/recuperar-norma",{tipo: tipo, $.get("/norma/recuperar-norma",{tipo: tipo,

Loading…
Cancel
Save