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