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:
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}"' />