From 701bc1cbd1337eee87cc524f12a105548ab096ac Mon Sep 17 00:00:00 2001 From: Bruno Barbieri Date: Fri, 28 Dec 2018 17:34:26 -0500 Subject: Fix etherscan links on notifications --- app/scripts/platforms/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/scripts/platforms/extension.js b/app/scripts/platforms/extension.js index 3f1cb0f27..55240ef1a 100644 --- a/app/scripts/platforms/extension.js +++ b/app/scripts/platforms/extension.js @@ -111,7 +111,7 @@ class ExtensionPlatform { _viewOnEtherScan (txId) { if (txId.startsWith('http://')) { - global.metamaskController.platform.openWindow({ url: txId }) + this.openWindow({ url: txId }) } } } -- cgit From c49d975687fbcbb8f1c7e2832acab45aca80cbfb Mon Sep 17 00:00:00 2001 From: brunobar79 Date: Wed, 2 Jan 2019 19:03:35 -0500 Subject: fix extension link --- app/scripts/platforms/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/scripts/platforms/extension.js b/app/scripts/platforms/extension.js index 55240ef1a..e8779739c 100644 --- a/app/scripts/platforms/extension.js +++ b/app/scripts/platforms/extension.js @@ -111,7 +111,7 @@ class ExtensionPlatform { _viewOnEtherScan (txId) { if (txId.startsWith('http://')) { - this.openWindow({ url: txId }) + extension.tabs.create({ url: txId }) } } } -- cgit From da7208c16d8df30030a1b531f8feabd23528d161 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 2 Jan 2019 16:44:59 -0800 Subject: Version 5.3.0 RC1 --- app/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/manifest.json b/app/manifest.json index 4f4598a18..6c35c6989 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.2.2", + "version": "5.3.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", -- cgit From 9de32722b80f2d6be996a1c1552f87ebc3ec7f3d Mon Sep 17 00:00:00 2001 From: Paul Chonpimai Date: Thu, 3 Jan 2019 14:31:53 +0700 Subject: fix typo in phishing.html title --- app/phishing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/phishing.html b/app/phishing.html index 284d0fcac..207489a12 100644 --- a/app/phishing.html +++ b/app/phishing.html @@ -3,7 +3,7 @@ - Ethereum Phishing Detection - MetMask + Ethereum Phishing Detection - MetaMask