diff options
author | Tulio Casagrande <tuliocasagrande@gmail.com> | 2017-02-20 14:43:10 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-20 14:43:10 -0300 |
commit | 5a61fe569d469629922d3425cb580086d1d65433 (patch) | |
tree | d58745a528422f90bb53f59b8078bd1dde2bddba /web-ui/app/sandbox.html | |
parent | 48a1ca5f8310ef6fb61dc821c38d435617b19d5c (diff) | |
parent | 8177127b6b7282f816cb64595249ef1cb42ec0d8 (diff) |
Merge pull request #980 from pixelated/interstitial-errors
[#907] Convert login page to react
Diffstat (limited to 'web-ui/app/sandbox.html')
-rw-r--r-- | web-ui/app/sandbox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/sandbox.html b/web-ui/app/sandbox.html index 3e110977..52da1f5b 100644 --- a/web-ui/app/sandbox.html +++ b/web-ui/app/sandbox.html @@ -6,7 +6,7 @@ <link href="css/sandbox.css" rel="stylesheet" type="text/css"> <script src="sandbox.js"></script> - <script src="bower_components/iframe-resizer/js/iframeResizer.contentWindow.min.js"></script> + <script src="/assets/iframeResizer.contentWindow.min.js"></script> </head> <body></body> |