Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fixing web3 in console (#4382)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw authored and arkpar committed Feb 3, 2017
1 parent 4b931ab commit e5954fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/src/dapps/static/console.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<meta charset="utf-8">
<title>JS Console dapp</title>
<link href="console.css" rel='stylesheet' type='text/css'>
<script src="/parity-utils/parity.js"></script>
<script src="/parity-utils/web3.js"></script>
<script src="/web3.js"></script>
</head>
<body>
<div id="full-screen">
Expand Down

0 comments on commit e5954fc

Please sign in to comment.