Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(553)

Unified Diff: samples/hi/hi.html

Issue 11142015: update hello, world sample and remove slider (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: after merge with master Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/hi/hi.dart ('k') | samples/slider/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/hi/hi.html
diff --git a/samples/hi/hi.html b/samples/hi/hi.html
index fbe2de787123547755483f66eac118efdc77259d..d3e260cfd74fefcf8ad036a74a87028bfe00afb7 100644
--- a/samples/hi/hi.html
+++ b/samples/hi/hi.html
@@ -9,8 +9,8 @@
<title>Hi Dart</title>
</head>
<body>
- <h2 id="status">dart is not running</h2>
+ <h2 id="status">Waiting for Dart to start</h2>
<script type="application/dart" src="hi.dart"></script>
- <script src="http://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script>
+ <script src="https://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script>
</body>
</html>
« no previous file with comments | « samples/hi/hi.dart ('k') | samples/slider/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698