Commit 35304417f750ba92f4099676458743abb4373092
1 parent
18b47464
Exists in
master
and in
4 other branches
Fix bug on recent 'estatisticas' update
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/main.js
| ... | ... | @@ -723,9 +723,9 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers |
| 723 | 723 | if(isProposal){ |
| 724 | 724 | |
| 725 | 725 | if( proposalTitle ){ |
| 726 | - trackPageTitle = 'Programa: ' + proposalTitle + ' / Início'); | |
| 726 | + trackPageTitle = 'Programa: ' + proposalTitle + ' / Início'; | |
| 727 | 727 | }else{ |
| 728 | - trackPageTitle = 'todos os programas'); | |
| 728 | + trackPageTitle = 'todos os programas'; | |
| 729 | 729 | } |
| 730 | 730 | |
| 731 | 731 | if(isResultados){ | ... | ... |