Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 511a699

Browse files
authored
Merge pull request #218 from johannhof/master
Visually hide the format button (fix #217)
2 parents eacc8fb + 1f34ebb commit 511a699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/web.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
3131
Note that MIR is an unstable implementation detail that's subject to change">MIR</button
3232
></div
33-
><!--<wbr><div
33+
><!--<wbr>--><div style="display:none;"
3434
><button type=button id=format title="Automatically visually reformat your code">Format</button
3535
></div
36-
>--><wbr><div
36+
><wbr><div
3737
><button type=button id=share title="Share a link to your code via is.gd">Shorten</button
3838
><button type=button id=gist title="Share a link to your code via Gist">Gist</button
3939
></div

0 commit comments

Comments
 (0)