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

Unified Diff: experimental/webtry/templates/workspace.html

Issue 252993003: Add a magnifier lens to the image. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 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: 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>

Powered by Google App Engine
This is Rietveld 408576698