From 6ea9642d6415073c6312c80bf6533a5070630ad2 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 7 Apr 2017 18:46:03 -0400 Subject: [PATCH] js: remove Preview, Full Screen and Side-by-side buttons for repository file editing (#4402) --- public/js/gogs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/gogs.js b/public/js/gogs.js index a96d35ff..85980462 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -627,7 +627,7 @@ function setSimpleMDE($editArea) { "code", "quote", "|", "unordered-list", "ordered-list", "|", "link", "image", "table", "horizontal-rule", "|", - "clean-block", "preview", "fullscreen", "side-by-side"] + "clean-block"] }); return true;