js: remove Preview, Full Screen and Side-by-side buttons for repository file editing (#4402)

master
Unknwon 2017-04-07 18:46:03 -04:00
parent 65277e47c5
commit 6ea9642d64
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
1 changed files with 1 additions and 1 deletions

View File

@ -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;