Browse Source

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

pull/3974/merge
Unknwon 8 years ago
parent
commit
6ea9642d64
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 2
      public/js/gogs.js

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

Loading…
Cancel
Save