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

Unified Diff: src/site/docs/tutorials/streams/index.markdown

Issue 1319523005: Embed DartPad in the top part of homepage (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: remove 2nd dartpad Created 5 years, 4 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 | « src/site/css/dart-style.css ('k') | src/site/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/docs/tutorials/streams/index.markdown
diff --git a/src/site/docs/tutorials/streams/index.markdown b/src/site/docs/tutorials/streams/index.markdown
index c745836ecd7a75e345eef71c69f1dc7e8a75aa5e..ff429e28e69562d8c74177f0ed737133c5c9ef8c 100644
--- a/src/site/docs/tutorials/streams/index.markdown
+++ b/src/site/docs/tutorials/streams/index.markdown
@@ -115,7 +115,7 @@ main() async {
{% endcomment %}
<iframe
-src="{{site.custom.dartpad.embed-prefix}}?id=15d5ef986238c97dbc14&horizontalRatio=70&verticalRatio=80"
+src="{{site.custom.dartpad.embed-dart-prefix}}?id=15d5ef986238c97dbc14&horizontalRatio=70&verticalRatio=80"
width="100%"
height="500px"
style="border: 1px solid #ccc;">
@@ -186,7 +186,7 @@ main() async {
{% endcomment %}
<iframe
-src="{{site.custom.dartpad.embed-prefix}}?id=38feef09be9b1e7b5136&horizontalRatio=70&verticalRatio=80"
+src="{{site.custom.dartpad.embed-dart-prefix}}?id=38feef09be9b1e7b5136&horizontalRatio=70&verticalRatio=80"
width="100%"
height="450px"
style="border: 1px solid #ccc;">
@@ -229,7 +229,7 @@ main() async {
{% endcomment %}
<iframe
-src="{{site.custom.dartpad.embed-prefix}}?id=da80b1e7eed75db53ef3&horizontalRatio=70&verticalRatio=80"
+src="{{site.custom.dartpad.embed-dart-prefix}}?id=da80b1e7eed75db53ef3&horizontalRatio=70&verticalRatio=80"
width="100%"
height="450px"
style="border: 1px solid #ccc;">
« no previous file with comments | « src/site/css/dart-style.css ('k') | src/site/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698