Workaround for problem with Chrome/Chromium.

pull/1/head
chriseth 10 years ago
parent fa993205e1
commit c7a2ec6f65
  1. 4
      index.html

@ -42,7 +42,9 @@ body {
</head>
<body>
<h1>Solidity realtime compiler</h1>
Source code on the left, compiled code and AST on the right (or error).
Source code on the left, compiled code and AST on the right (or error).<br/>
<b>Note:</b> Chrome/Chromium currently reports &quot;Uncaught JavaScript Exception&quot;.
To work around this problem, enable the debug console (Ctrl+Shift+i) and reload.
<div id="optimizeBox">
<input id="optimize" type="checkbox" checked="checked"><label for="optimize">optimize</label>
</div>

Loading…
Cancel
Save