Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/studio/templates/editor.html
diff options
context:
space:
mode:
authorSebastian Silva <sebastian@sugarlabs.org>2011-11-09 05:24:34 (GMT)
committer Sebastian Silva <sebastian@sugarlabs.org>2011-11-09 05:24:34 (GMT)
commit61517139f02df2ce417f465dfabdbf5dbe8f4063 (patch)
treefaca86aa6dfce7512efaf60ea6c8d9db0dd8e70f /studio/templates/editor.html
parentf19b166851a2d722802b10901a12d4d8962f9fb6 (diff)
IDE+Documentation Redesign
Diffstat (limited to 'studio/templates/editor.html')
-rw-r--r--studio/templates/editor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/studio/templates/editor.html b/studio/templates/editor.html
index 88e45cb..721a2fb 100644
--- a/studio/templates/editor.html
+++ b/studio/templates/editor.html
@@ -30,7 +30,7 @@
<input type="hidden" name="filename" id="filename" value="$filename" />
<input type="hidden" name="directory" id="directory" value="$directory" />
<input type="hidden" name="content" id="content" value="ñññ" />
-<input type="button" class="btn" value="Browse" onclick='location.href="/files/$directory"' />
+<!--input type="button" class="btn" value="Browse" onclick='location.href="/files/$directory"' /-->
<br/>
<input type="submit" value="Save file" /><br/>
<input type="button" class="btn" value="Delete file" onclick='location.href="/delete/${filename}"' />