Explorar o código

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

Unknwon %!s(int64=7) %!d(string=hai) anos
pai
achega
6ea9642d64
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;