Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wiki - editor - enable side-by-side button #7242

Merged
merged 15 commits into from
Nov 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed not needed code with simpleMDE placeholder
Signed-off-by: Michael Gnehr <michael@gnehr.de>
Cherrg committed Jun 20, 2019
commit c1c0f182d1dce8a6c9e588877af80f9c34b5c70f
7 changes: 1 addition & 6 deletions public/js/index.js
Original file line number Diff line number Diff line change
@@ -1190,12 +1190,7 @@ function initWikiForm() {
"code", "quote", "|",
"unordered-list", "ordered-list", "|",
"link", "image", "table", "horizontal-rule", "|",
"clean-block", "preview", "fullscreen", {
name: "side-by-side",
action: SimpleMDE.toggleSideBySide,
className: "fa fa-columns no-disable no-mobile",
title: "Toggle Side by Side (F9)",
}],
"clean-block", "preview", "fullscreen", "side-by-side"],
});
$(simplemde.codemirror.getInputField()).addClass("js-quick-submit");
}