diff --git a/builds/confjuv-dev.apk b/builds/confjuv-dev.apk index 84d65b5..05b05dc 100644 Binary files a/builds/confjuv-dev.apk and b/builds/confjuv-dev.apk differ diff --git a/builds/confjuvapp-web.zip b/builds/confjuvapp-web.zip index 2aeaf78..8fe314e 100644 Binary files a/builds/confjuvapp-web.zip and b/builds/confjuvapp-web.zip differ diff --git a/www/index.html b/www/index.html index de53b9c..d7dfd02 100644 --- a/www/index.html +++ b/www/index.html @@ -56,8 +56,8 @@ -
- Fechar +
+ Fechar

Seu perfil está incompleto!

Pré-requisito para seleção de delegados

diff --git a/www/js/controllers.js b/www/js/controllers.js index 8eda116..5cec624 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -1509,6 +1509,11 @@ angular.module('confjuvapp.controllers', []) $scope.hideProfileWarning = window.localStorage['hide_profile_warning'] = true; }; + $scope.ignoreAndEditProfile = function() { + $scope.ignoreProfileWarning(); + $scope.editProfile(); + }; + /****************************************************************************** M Y P R O P O S A L S ******************************************************************************/ -- libgit2 0.21.2