From 0ac3ef97c7610a7bbc8ed6ed9f81d9915467e9c2 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Tue, 1 Aug 2017 17:09:24 +0200 Subject: [PATCH] js hint --- www/plugins/es/js/controllers/profile-controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/plugins/es/js/controllers/profile-controllers.js b/www/plugins/es/js/controllers/profile-controllers.js index 0e53ff8c..71bdb63d 100644 --- a/www/plugins/es/js/controllers/profile-controllers.js +++ b/www/plugins/es/js/controllers/profile-controllers.js @@ -384,7 +384,7 @@ function ESViewEditProfileController($scope, $rootScope, $q, $timeout, $state, $ var queryString = (query.street ? query.street + ', ' : '') + query.city + - (query.country ? ', ' + query.country : '') + (query.country ? ', ' + query.country : ''); // Execute the given query return $q.all([ $translate('PROFILE.MODAL_LOCATIONS.RESULT_DIVIDER', {address: queryString}), -- GitLab