Skip to content

Commit 479de56

Browse files
blankdvthactions-user
authored andcommitted
Prettified Code!
1 parent aa21574 commit 479de56

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/EGO Forum Enhancement.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,9 @@ function setupForumsConfig() {
604604
* Automatically authenthicates with MAUL in the background if it's been a while since the last authenthication
605605
*/
606606
function autoMAULAuth() {
607-
console.warn("MAUL reauth feature is currently disabled due to issues with the feature. Your config settings have been preserved, and the feature will return once fixed.");
607+
console.warn(
608+
"MAUL reauth feature is currently disabled due to issues with the feature. Your config settings have been preserved, and the feature will return once fixed.",
609+
);
608610
// if (!GM_config.get("maul-reauth-enable")) return;
609611
// const lastAuth = GM_getValue("lastMAULAuth", 0);
610612
// if (Date.now() - lastAuth < (GM_config.get("maul-reauth") as number))
@@ -727,7 +729,7 @@ function addMAULProfileButton(div: HTMLDivElement, member_id: number | string) {
727729
"https://maul.edgegamers.com/index.php?page=home&id=" + member_id,
728730
"MAUL",
729731
div,
730-
"_blank"
732+
"_blank",
731733
);
732734
}
733735

0 commit comments

Comments
 (0)