mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
Fix mobile settings nav styles
This commit is contained in:
parent
d8cf35eca7
commit
d266b6a35e
4 changed files with 13 additions and 13 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue