diff --git a/src/js/controllers/communityController.js b/src/js/controllers/communityController.js
index 5dde2bd27..1c3d10389 100644
--- a/src/js/controllers/communityController.js
+++ b/src/js/controllers/communityController.js
@@ -20,4 +20,8 @@ angular.module('copayApp.controllers').controller('communityController', functio
window.plugins.socialsharing.share(text, null, null, null);
}
+ $scope.open = function(url) {
+ window.open(url, '_system');
+ }
+
});
diff --git a/src/js/controllers/nextStepsController.js b/src/js/controllers/nextStepsController.js
index b745825ec..393f29dd3 100644
--- a/src/js/controllers/nextStepsController.js
+++ b/src/js/controllers/nextStepsController.js
@@ -13,4 +13,7 @@ angular.module('copayApp.controllers').controller('nextStepsController', functio
}, 10);
};
+ $scope.open = function(url) {
+ window.open(url, '_system');
+ }
});
diff --git a/www/views/includes/community.html b/www/views/includes/community.html
index 8537304b3..d39e86c17 100644
--- a/www/views/includes/community.html
+++ b/www/views/includes/community.html
@@ -13,7 +13,7 @@
{{service.title || service.name}}
-
+
diff --git a/www/views/includes/incomingDataMenu.html b/www/views/includes/incomingDataMenu.html
index c37c93612..ca4b78dfc 100644
--- a/www/views/includes/incomingDataMenu.html
+++ b/www/views/includes/incomingDataMenu.html
@@ -1,29 +1,6 @@
-
-
-
-
-
-