From 70b8b14e0ffb219dae6619d4c557af5a2caf7278 Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Fri, 17 Mar 2017 18:51:44 -0300 Subject: [PATCH] Remove unfrendly tooltips from newtab links Auditors: @bsclifton Fix #5657 --- js/about/newTabComponents/footerInfo.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/js/about/newTabComponents/footerInfo.js b/js/about/newTabComponents/footerInfo.js index 1919354a392..d3b79d83402 100644 --- a/js/about/newTabComponents/footerInfo.js +++ b/js/about/newTabComponents/footerInfo.js @@ -4,10 +4,11 @@ const React = require('react') const ImmutableComponent = require('../../components/immutableComponent') -const {aboutUrls} = require('../../lib/appUrlUtil') +const aboutActions = require('../aboutActions') class FooterInfo extends ImmutableComponent { render () { + const openUrl = (location) => aboutActions.newFrame.bind(null, {location}, true) return }