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

Unified Diff: src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/tute_its_all_about_you.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/tute_its_all_about_you.html
diff --git a/src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/tute_its_all_about_you.html b/src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/tute_its_all_about_you.html
index a1e365025a508950ccafdd8717857123f5453d4e..8a5f100062e83e5444d69115928cf93236fa7c68 100644
--- a/src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/tute_its_all_about_you.html
+++ b/src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/tute_its_all_about_you.html
@@ -101,8 +101,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>

Powered by Google App Engine
This is Rietveld 408576698