This commit is contained in:
zadam 2019-02-03 15:37:01 +01:00
parent 6a67cdd5af
commit b0cf82c91b

View File

@ -48,7 +48,7 @@ async function getUserThemes() {
const ret = []; const ret = [];
for (const note of notes) { for (const note of notes) {
let value = note.getLabelValue('appTheme'); let value = await note.getLabelValue('appTheme');
if (!value) { if (!value) {
value = note.title.toLowerCase().replace(/[^a-z0-9]/gi, '-'); value = note.title.toLowerCase().replace(/[^a-z0-9]/gi, '-');