aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-04-07 18:46:03 -0400
committerUnknwon <u@gogs.io>2017-04-07 18:46:03 -0400
commit6ea9642d6415073c6312c80bf6533a5070630ad2 (patch)
tree49de82bdda581b8ee24dd5d49d86bef0ec634543 /public
parent65277e47c53ca0df86ac30056be0c1744a552545 (diff)
js: remove Preview, Full Screen and Side-by-side buttons for repository file editing (#4402)
Diffstat (limited to 'public')
-rw-r--r--public/js/gogs.js2
1 files changed, 1 insertions, 1 deletions
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;