Chromium Code Reviews| Index: client/samples/hi/hi.html |
| diff --git a/client/samples/hi/hi.html b/client/samples/hi/hi.html |
| index f5c9adbf4e202bd4c1af1aa6eaf4131d0d724d9e..97a81d689d7d86b21a251b5d84944c53af310aaa 100644 |
| --- a/client/samples/hi/hi.html |
| +++ b/client/samples/hi/hi.html |
| @@ -9,6 +9,6 @@ |
| <body> |
| <h2 id="status">dart is not running</h2> |
| <script type="application/dart" src="hi.dart"></script> |
| - <script>{}</script> |
| + <script src="../../dart.js"></script> |
|
dgrove
2012/01/20 20:57:03
ditto
|
| </body> |
| </html> |