From e41ef80646e99db862067c831c46978bfc8711e8 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sat, 6 Mar 2021 18:21:01 -0800
Subject: [PATCH] make error report link open a new window

---
 src/data/backwardsCompatibility/backwardsCompatibility.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/data/backwardsCompatibility/backwardsCompatibility.js b/src/data/backwardsCompatibility/backwardsCompatibility.js
index f5a1220c4be..2b9fd9fb86c 100644
--- a/src/data/backwardsCompatibility/backwardsCompatibility.js
+++ b/src/data/backwardsCompatibility/backwardsCompatibility.js
@@ -93,7 +93,7 @@ App.Update.backwardsCompatibility = function() {
 
 		App.UI.SlaveSummary.settingsChanged();
 	} catch (error) {
-		$(f).append(`<div><span class="error">Backwards compatibility has failed for your save.</span> Please upload your save to <a href="https://gitgud.io/pregmodfan/fc-pregmod/">https://gitgud.io/pregmodfan/fc-pregmod/</a> with notes on what went wrong so that we can fix the backwards compatibility process for everyone. Thank you!</div>`);
+		$(f).append(`<div><span class="error">Backwards compatibility has failed for your save.</span> Please upload your save to <a href="https://gitgud.io/pregmodfan/fc-pregmod/" target="_blank">https://gitgud.io/pregmodfan/fc-pregmod/</a> with notes on what went wrong so that we can fix the backwards compatibility process for everyone. Thank you!</div>`);
 		f.append(App.UI.DOM.formatException(error));
 		State.restore();
 	}
-- 
GitLab