Reviewers: golang-dev_googlegroups.com,
Message:
Hello golang-dev@googlegroups.com,
I'd like you to review this change to
https://code.google.com/p/go
Description:
godoc: really restore toy selection to playground widget
playground.js include is removed in revision 1676e21191aa which fixes
issue
4225, rendering toy selection nonfunctional.
Please review this at https://codereview.appspot.com/6976049/
Affected files:
M doc/root.html
Index: doc/root.html
===================================================================
--- a/doc/root.html
+++ b/doc/root.html
@@ -85,6 +85,7 @@
<div style="clear: both;"></div>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
+<script type="text/javascript" src="/doc/play/playground.js"></script>
<script type="text/javascript">
google.load("feeds", "1");