Skip to content

Commit

Permalink
Merge pull request #76 from openware/fix/cashing
Browse files Browse the repository at this point in the history
Fix: remove async loading of env js
  • Loading branch information
josadcha committed Jan 17, 2020
2 parents d6d80d1 + 2a68e60 commit 24cbbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<title>Cryptobase</title>
</head>
<body>
<script src="%PUBLIC_URL%/config/env.js" defer async></script>
<script src="%PUBLIC_URL%/config/env.js"></script>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
Expand Down

0 comments on commit 24cbbea

Please sign in to comment.