mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 15:20:01 +01:00
js: remove Preview, Full Screen and Side-by-side buttons for repository file editing (#4402)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user