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

Unified Diff: src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/index.html

Issue 26922002: removing Web UI tutorials, updating remaining 4 to current release, + review pass (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merge with master Created 7 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
Index: src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/index.html
diff --git a/src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/index.html b/src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/index.html
index bdf4ad2ad9f53b87e0ab2aae702bb3a73a939160..32ebda5c2326be530d6abdfdfe81f8e3628decdf 100644
--- a/src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/index.html
+++ b/src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/index.html
@@ -99,8 +99,8 @@
</tr>
<tr>
<td align="right">I love chocolate!</td>
- <td><input type="radio" on-change="showJson" name="chocolate" class="true" checked="">True
- <input type="radio" on-change="showJson" name="chocolate" class="false">False
+ <td><input type="radio" on-change="showJson" name="chocolate" id="lovechocolate" checked="">True
+ <input type="radio" on-change="showJson" name="chocolate" id="noloveforchocolate">False
</td>
<td>bool</td>
<td><span class="result"> {{boolAsJson}} </span></td>
@@ -116,9 +116,9 @@
</polymer-element>
<h1>It's All About You</h1>
-
+
<tute-its-all-about-you></tute-its-all-about-you>
-<script type="application/dart" src="index.html_bootstrap.dart"></script><script src="packages/browser/dart.js"></script></body></html>
+<script type="application/dart" src="index.html_bootstrap.dart"></script><script src="packages/browser/dart.js"></script></body></html>

Powered by Google App Engine
This is Rietveld 408576698