diff options
author | kumavis <aaron@kumavis.me> | 2018-03-29 12:40:20 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-03-29 12:40:20 +0800 |
commit | fbdf497487e7d5b653d6eb36e92d917e935a6935 (patch) | |
tree | b2167f7f5b35fd7655dd19a0f5db5dfc13b59748 | |
parent | 42d0b5f0ed7f3781d5551bc0b6af1e5f5c912ca5 (diff) | |
download | tangerine-wallet-browser-fbdf497487e7d5b653d6eb36e92d917e935a6935.tar.gz tangerine-wallet-browser-fbdf497487e7d5b653d6eb36e92d917e935a6935.tar.zst tangerine-wallet-browser-fbdf497487e7d5b653d6eb36e92d917e935a6935.zip |
mascara - fix proxy html script link
-rw-r--r-- | mascara/proxy/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mascara/proxy/index.html b/mascara/proxy/index.html index 0dff83f18..4e167db72 100644 --- a/mascara/proxy/index.html +++ b/mascara/proxy/index.html @@ -15,6 +15,6 @@ <body> Hello! I am the MetaMask iframe. - <script src="./scripts/proxy.js"></script> + <script src="./proxy.js"></script> </body> </html> |