Skip to content

Commit

Permalink
Hiding response when changing forms
Browse files Browse the repository at this point in the history
  • Loading branch information
vitor-costa committed Dec 9, 2014
1 parent 6d1d2a4 commit fc65e43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/relatorioCodigo.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,10 @@ function showForm(form){
$('input[value='+form+']').trigger('click')
});
});
$('#resposta').hide();
$('#csv-button').hide();
$('#dataRioOut').hide();
$('#dados-analisados').hide();
}

function generateTable(answerArray,report){
Expand Down

0 comments on commit fc65e43

Please sign in to comment.