| Index: experimental/webtry/templates/workspace.html
|
| diff --git a/experimental/webtry/templates/workspace.html b/experimental/webtry/templates/workspace.html
|
| index 9694a357b105ad0a58193937f0999dbb2d4e850a..cb7a82740bbce52b3a4236184fc75b51b1605753 100644
|
| --- a/experimental/webtry/templates/workspace.html
|
| +++ b/experimental/webtry/templates/workspace.html
|
| @@ -19,7 +19,8 @@
|
| </section>
|
|
|
| <script type='text/javascript'>
|
| - var history = {{.Tries}};
|
| + var history_ = {{.Tries}};
|
| + console.log(history_);
|
| </script>
|
| <script type='text/javascript'>
|
| // Set the workspace name so run.js also updates the history.
|
|
|