Talitha Pumar
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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, |
|
|
|