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

Unified Diff: dart/site/try/index.html

Issue 132193002: Port Try Dart! to SDK 1.0. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r31735. Created 6 years, 11 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 | « dart/site/try/deploy.sh ('k') | dart/site/try/isolate_legacy.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/index.html
diff --git a/dart/site/try/index.html b/dart/site/try/index.html
index a481fcb3ce51551a3f30e05ba94fda765246d64d..2d38efcea096972fb7166c7db6c84b31910fdc0e 100644
--- a/dart/site/try/index.html
+++ b/dart/site/try/index.html
@@ -46,7 +46,7 @@ a:hover.diagnostic span {
<meta name="description" content="Write and run Dart code in your browser. Dart is a class-based, object-oriented language with lexical scoping, closures, and optional static typing.">
<meta itemprop="image" content="try-dart-screenshot.png">
-<link rel="dart-sdk" href="sdk.dart">
+<link rel="dart-sdk" href="sdk.json">
<link rel="benchmark-DeltaBlue" href="benchmarks/DeltaBlue.dart">
<link rel="benchmark-Richards" href="benchmarks/Richards.dart">
<link rel="benchmark-base" href="benchmarks/benchmark_base.dart">
@@ -63,7 +63,7 @@ a:hover.diagnostic span {
<!-- Enable Google Analytics -->
<script type="text/javascript">
-
+/*
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26406144-2']);
_gaq.push(['_trackPageview']);
@@ -73,7 +73,7 @@ a:hover.diagnostic span {
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
-
+*/
</script>
</head>
<body>
« no previous file with comments | « dart/site/try/deploy.sh ('k') | dart/site/try/isolate_legacy.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698