From aeb85a1ecdcf1d5b4f3aa5eeca0b9a184dd55dc9 Mon Sep 17 00:00:00 2001 From: Caio SBA Date: Sun, 9 Aug 2015 02:32:23 -0300 Subject: [PATCH] Fixes 67 --- ConfJuvApp/www/index.html | 2 +- ConfJuvApp/www/js/utils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ConfJuvApp/www/index.html b/ConfJuvApp/www/index.html index a4dff7a..7624c03 100644 --- a/ConfJuvApp/www/index.html +++ b/ConfJuvApp/www/index.html @@ -3,7 +3,7 @@ - + #3confjuv diff --git a/ConfJuvApp/www/js/utils.js b/ConfJuvApp/www/js/utils.js index cf07df4..3771770 100644 --- a/ConfJuvApp/www/js/utils.js +++ b/ConfJuvApp/www/js/utils.js @@ -26,7 +26,7 @@ var ConfJuvAppUtils = { shareOnTwitter: function() { var title = document.getElementById('proposal-title').innerHTML, id = document.getElementById('proposal-id').innerHTML, - text = 'Apoie a minha proposta para a #3ConfJuv: ' + title + ' ' + ConfJuvAppConfig.noosferoApiPublicHost + '/?proposal=' + id, + text = 'Comente minha proposta para a #3ConfJuv: ' + title + ' ' + ConfJuvAppConfig.noosferoApiPublicHost + '/?proposal=' + id, url = 'https://twitter.com/intent/tweet?text=' + encodeURIComponent(text); return url; }, -- libgit2 0.21.2