|
@ -74,7 +74,7 @@ function autorModal() { |
|
|
$( "#pesquisar" ).click(function() { |
|
|
$( "#pesquisar" ).click(function() { |
|
|
var query = $("#q").val() |
|
|
var query = $("#q").val() |
|
|
|
|
|
|
|
|
$.get("/proposicoes/pesquisar_autor?q="+ query, function( |
|
|
$.get("/proposicao/pesquisar_autor?q="+ query, function( |
|
|
data, status){ |
|
|
data, status){ |
|
|
|
|
|
|
|
|
$("#div-resultado").children().remove(); |
|
|
$("#div-resultado").children().remove(); |
|
|