Skip to content

Commit

Permalink
Update nav.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest authored May 27, 2024
1 parent 3d381f6 commit 3465ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/js/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "./elements/folderInfo.js";
import "./elements/skyclientStuff.js";

window.onerror = function (msg, url, line) {
alert(`Something went wrong inside of Mart, DM @ktibow: ${msg}
alert(`Something went wrong inside of Mart, go to https://inv.wtf/skyclient for support: ${msg}
${url}:${line}`);
};
el("#next").addEventListener("click", () => window.nextStep());
Expand Down

0 comments on commit 3465ad4

Please sign in to comment.