From 2983c9ffef4ddc82a0cf268a7c15909bb0874860 Mon Sep 17 00:00:00 2001 From: Caio SBA Date: Tue, 20 Oct 2015 10:29:42 -0300 Subject: [PATCH] Fixing warning position on mobile --- builds/confjuv-dev.apk | Bin 4814875 -> 0 bytes builds/confjuvapp-web.zip | Bin 4569585 -> 0 bytes www/index.html | 4 ++-- www/js/controllers.js | 5 +++++ 4 files changed, 7 insertions(+), 2 deletions(-) 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