summaryrefslogtreecommitdiff
path: root/got/view_blob.got
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-15 00:16:06 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-15 00:16:06 -0500
commit5e1e95852821e138caf20c3f8ee23e3941e42bbc (patch)
treea88f3a3d6284e76116df24c54bd6a6ddc2184770 /got/view_blob.got
parent711269a7eb2e151512bcaf1afcf45b13540d8f8e (diff)
better progressive enhancement of editor
Diffstat (limited to 'got/view_blob.got')
-rw-r--r--got/view_blob.got3
1 files changed, 0 insertions, 3 deletions
diff --git a/got/view_blob.got b/got/view_blob.got
index 95692b0..752d5c7 100644
--- a/got/view_blob.got
+++ b/got/view_blob.got
@@ -32,6 +32,3 @@
</label>
<input type="submit" value="Delete">
</form>
-{{if eq .ctype "text/markdown"}}
-<script src="/static/mde.js"></script>
-{{end}}