| Index: experimental/webtry/templates/workspace.html
|
| diff --git a/experimental/webtry/templates/workspace.html b/experimental/webtry/templates/workspace.html
|
| index 18b858f7e859b46eb6acce8aec5fc5aec057f4af..0cdcc71ddae0168a9a38b5d6098b617c0d79af9c 100644
|
| --- a/experimental/webtry/templates/workspace.html
|
| +++ b/experimental/webtry/templates/workspace.html
|
| @@ -25,7 +25,7 @@
|
| // Set the workspace name so run.js also updates the history.
|
| var workspaceName = "{{.Name}}";
|
| </script>
|
| - <script src="/js/" type="text/javascript" charset="utf-8"></script>
|
| + <script src="/js/webtry.js" type="text/javascript" charset="utf-8"></script>
|
| {{else}}
|
| <section id=content>
|
| <h1>Create</h1>
|
|
|