Commit 35f45168b565af0020a39e706c392b7372580e01
1 parent
d3ae0258
Exists in
master
and in
2 other branches
Ticket #33: One proposal per topic
Showing
5 changed files
with
2 additions
and
2 deletions
Show diff stats
ConfJuvApp/builds/confjuv-dev.apk
No preview for this file type
ConfJuvApp/builds/confjuvapp-live.apk
No preview for this file type
ConfJuvApp/builds/confjuvapp-web.zip
No preview for this file type
ConfJuvApp/config.xml
1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 | -<widget id="com.ionicframework.confjuvapp748431" version="0.0.15" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | 2 | +<widget id="com.ionicframework.confjuvapp748431" version="0.0.16" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> |
3 | <name>#3ConfJuv</name> | 3 | <name>#3ConfJuv</name> |
4 | <description>Aplicativo móvel para 3ª Conferência Nacional de Juventude</description> | 4 | <description>Aplicativo móvel para 3ª Conferência Nacional de Juventude</description> |
5 | <author email="confjuvapp@gmail.com" href="http://www.juventude.gov.br/"></author> | 5 | <author email="confjuvapp@gmail.com" href="http://www.juventude.gov.br/"></author> |
ConfJuvApp/www/js/config.js.example
@@ -3,5 +3,5 @@ var ConfJuvAppConfig = { | @@ -3,5 +3,5 @@ var ConfJuvAppConfig = { | ||
3 | noosferoApiVersion: 'v1', | 3 | noosferoApiVersion: 'v1', |
4 | noosferoDiscussion: 99895, | 4 | noosferoDiscussion: 99895, |
5 | noosferoStatutePath: 'articles/participatorio/0010/2309/Resolucao-01-2015-etapa-digital.pdf', | 5 | noosferoStatutePath: 'articles/participatorio/0010/2309/Resolucao-01-2015-etapa-digital.pdf', |
6 | - proposalsPerPageAndTopic: 4 | 6 | + proposalsPerPageAndTopic: 1 |
7 | }; | 7 | }; |