aboutsummaryrefslogtreecommitdiffstats
path: root/app/popup.html
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2018-03-31 02:15:12 +0800
committerGitHub <noreply@github.com>2018-03-31 02:15:12 +0800
commit8e0f39353dd47c4a201aaf2ee160912846f2e68b (patch)
tree0fac2629c48dcf4134d8205441766e3c6a41b4ed /app/popup.html
parent9d4be1842e7c56e3bfde529ff555dcae8dec3dbd (diff)
parent89e6baa3ba07cc46dcc62886fbe3f1906649ae77 (diff)
downloadtangerine-wallet-browser-8e0f39353dd47c4a201aaf2ee160912846f2e68b.tar.gz
tangerine-wallet-browser-8e0f39353dd47c4a201aaf2ee160912846f2e68b.tar.zst
tangerine-wallet-browser-8e0f39353dd47c4a201aaf2ee160912846f2e68b.zip
Merge pull request #3781 from MetaMask/ci-artifacts
Build - Refactor + CircleCI Mascara builds
Diffstat (limited to 'app/popup.html')
-rw-r--r--app/popup.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/popup.html b/app/popup.html
index bf09b97ca..3acfd8c55 100644
--- a/app/popup.html
+++ b/app/popup.html
@@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
- <title>MetaMask Plugin</title>
+ <title>MetaMask</title>
</head>
<body style="width:357px; height:600px;">
<div id="app-content"></div>
- <script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
+ <script src="./ui.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>