diff options
mascara - fix proxy html script link
Diffstat (limited to 'mascara/proxy')
-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> |