Skip to content

Commit c1c0f18

Browse files
committed
removed not needed code with simpleMDE placeholder
Signed-off-by: Michael Gnehr <[email protected]>
1 parent 0cc350f commit c1c0f18

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

public/js/index.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,12 +1190,7 @@ function initWikiForm() {
11901190
"code", "quote", "|",
11911191
"unordered-list", "ordered-list", "|",
11921192
"link", "image", "table", "horizontal-rule", "|",
1193-
"clean-block", "preview", "fullscreen", {
1194-
name: "side-by-side",
1195-
action: SimpleMDE.toggleSideBySide,
1196-
className: "fa fa-columns no-disable no-mobile",
1197-
title: "Toggle Side by Side (F9)",
1198-
}],
1193+
"clean-block", "preview", "fullscreen", "side-by-side"],
11991194
});
12001195
$(simplemde.codemirror.getInputField()).addClass("js-quick-submit");
12011196
}

0 commit comments

Comments
 (0)