1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00

Fix mobile settings nav styles
Some checks are pending
Publish Docker image / ci (push) Waiting to run
Publish Docker image / Build docker image (push) Blocked by required conditions

This commit is contained in:
Zach Gollwitzer 2025-04-30 22:29:06 -04:00
parent d8cf35eca7
commit d266b6a35e
4 changed files with 13 additions and 13 deletions

View file

@ -5,11 +5,3 @@ import "controllers";
Turbo.StreamActions.redirect = function () {
Turbo.visit(this.target);
};
if (typeof console !== "undefined") {
console.debug = console.log;
window.onerror = (msg, url, line) => {
console.log(`Error: ${msg}\nURL: ${url}\nLine: ${line}`);
return false;
};
}