소스 검색

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

Unknwon 7 년 전
부모
커밋
6ea9642d64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/js/gogs.js

+ 1 - 1
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;