1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-04-01 21:24:45 +02:00

Server: Remove uneeded CSS file

This commit is contained in:
Laurent Cozic 2022-01-09 11:29:23 +00:00
parent e1016b8af4
commit 9dbf5e02eb

View File

@ -132,7 +132,7 @@ router.get('tasks', async (_path: SubPath, ctx: AppContext) => {
postUrl: makeUrl(UrlType.Tasks),
csrfTag: await createCsrfTag(ctx),
},
cssFiles: ['index/tasks'],
// cssFiles: ['index/tasks'],
};
});