From 7c6429a57746f081726670dec564f2676dc00a59 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 8 Aug 2023 20:57:23 +0300 Subject: [PATCH] Add a hint for quick reply slots. --- public/index.html | 2 +- public/scripts/RossAscends-mods.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index a3137e157..8635239c8 100644 --- a/public/index.html +++ b/public/index.html @@ -3681,7 +3681,7 @@
-
+
diff --git a/public/scripts/RossAscends-mods.js b/public/scripts/RossAscends-mods.js index 88090b512..4c0514578 100644 --- a/public/scripts/RossAscends-mods.js +++ b/public/scripts/RossAscends-mods.js @@ -380,6 +380,7 @@ export async function favsToHotswap() { thisHotSwapSlot.attr('grid', isGroup ? grid : ''); thisHotSwapSlot.attr('chid', isCharacter ? chid : ''); thisHotSwapSlot.data('id', isGroup ? grid : chid); + thisHotSwapSlot.attr('title', ''); if (isGroup) { const group = groups.find(x => x.id === grid);