Fixed Spacing

This commit is contained in:
Onyx Azryn 2020-10-10 09:40:48 -05:00
parent 34ed9af342
commit d44cca032e
17 changed files with 18 additions and 29 deletions

View file

@ -92,7 +92,7 @@ function editNotes(id, name) {
});
return;
}
highlightElement(element); // if element is found
}
@ -127,5 +127,4 @@ function editNotes(id, name) {
if (!notes.length) {$("#notesEditor").dialog("close"); return;}
editNotes(notes[0].id, notes[0].name);
}
}
}