mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 02:06:29 -05:00
Merge pull request #182 from LauraNK/master
Change wording of placeholder text
This commit is contained in:
commit
3a5ad16957
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ var editor = CodeMirror.fromTextArea(textit, {
|
||||||
addModeClass: true,
|
addModeClass: true,
|
||||||
readOnly: true,
|
readOnly: true,
|
||||||
autoRefresh: true,
|
autoRefresh: true,
|
||||||
placeholder: "← Start by enter title here\n===\nVisit /features if you don't know what to do.\nHappy hacking :)"
|
placeholder: "← Start by entering a title here\n===\nVisit /features if you don't know what to do.\nHappy hacking :)"
|
||||||
});
|
});
|
||||||
var inlineAttach = inlineAttachment.editors.codemirror4.attach(editor);
|
var inlineAttach = inlineAttachment.editors.codemirror4.attach(editor);
|
||||||
defaultTextHeight = parseInt($(".CodeMirror").css('line-height'));
|
defaultTextHeight = parseInt($(".CodeMirror").css('line-height'));
|
||||||
|
|
Loading…
Reference in a new issue