mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
fix non disappearing persistent toast
This commit is contained in:
@@ -42,6 +42,10 @@ function request(req) {
|
||||
}
|
||||
}
|
||||
|
||||
if (req.url.includes(".js.map") || req.url.includes(".css.map")) {
|
||||
return;
|
||||
}
|
||||
|
||||
logger.info(req.method + " " + req.url);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user