Fix mobile settings nav styles

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;
};
}