mirror of https://github.com/laurent22/joplin.git
Server: Remove uneeded CSS file
parent
e1016b8af4
commit
9dbf5e02eb
|
@ -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'],
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue