forked from Maurice/pastabble
Sec
This commit is contained in:
parent
95466ae31e
commit
7af153b92f
@ -33,6 +33,10 @@
|
||||
}
|
||||
|
||||
async function createNote() {
|
||||
if(newNoteCode.length === 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
creatingNote = true;
|
||||
|
||||
const res = await fetch(language ? `/${newNoteId}?lang=${language}` : `/${newNoteId}`, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user