Skip to content

Commit 76904be

Browse files
authored
Merge branch 'master' into dev
2 parents 87594a3 + c2518bb commit 76904be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/primitivenotes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ window.rcmail && rcmail.addEventListener("init", function(a) {
1313
rcmail.register_command("sendnote", send_note, !0);
1414
rcmail.register_command("addnote", add_note, !0);
1515
rcmail.register_command("mdnote", new_note, !0);
16-
rcmail.register_command("txtnote", new_note, !0);
16+
rcmail.register_command("txtnote", new_note, !0);
1717
document.getElementById('upl').addEventListener('change', sform, false );
1818
});
1919

@@ -38,8 +38,8 @@ function new_note(a) {
3838
let tstate = {
3939
tstate:false,
4040
ttags:'',
41-
editor:'new',
42-
format:format,
41+
editor:'new',
42+
format:format,
4343
};
4444
document.getElementById('notescontentframe').contentWindow.postMessage(tstate, location.href);
4545
$("#notescontentframe").contents().find("#note_name")[0].placeholder = rcmail.gettext("note_title", "primitivenotes");

0 commit comments

Comments
 (0)