From a11e61ab414f9a095b45fe5ea0c82b9c07cabca6 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Wed, 8 Mar 2017 15:23:54 +0100 Subject: [PATCH] JSHint --- www/plugins/es/js/controllers/wot-controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/plugins/es/js/controllers/wot-controllers.js b/www/plugins/es/js/controllers/wot-controllers.js index 4c5ec20cf..3c77fbc02 100644 --- a/www/plugins/es/js/controllers/wot-controllers.js +++ b/www/plugins/es/js/controllers/wot-controllers.js @@ -196,7 +196,7 @@ function ESWotIdentityViewController($scope, $ionicPopover, $q, UIUtils, Modals, .then(function() { UIUtils.toast.show('INVITATION.INFO.INVITATION_SENT'); }) - .catch(UIUtils.onError('INVITATION.ERROR.SEND_INVITATION_FAILED'));; + .catch(UIUtils.onError('INVITATION.ERROR.SEND_INVITATION_FAILED')); }); }); }; -- GitLab