From 7b0dae8155050165ff368c24b06ce02b9d177dae Mon Sep 17 00:00:00 2001
From: 3nly <59023753+3nly@users.noreply.github.com>
Date: Thu, 28 Nov 2024 17:26:37 +0000
Subject: [PATCH] Shorter icon alt text for XT
---
src/script.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/script.js b/src/script.js
index 3164b02..e12ae76 100644
--- a/src/script.js
+++ b/src/script.js
@@ -1030,7 +1030,7 @@
/* When no icons */
var b = $(" [StyleChan] ").bind("click", $SS.options.show);
/* When 4chan XT */
- var c = $("StyleChan Settings" + $SS.theme.icons.menuIcon + "").bind("click", $SS.options.show);
+ var c = $("StyleChan" + $SS.theme.icons.menuIcon + "").bind("click", $SS.options.show);
$.asap(function() {
return $(".fourchan-x #shortcuts, .fourchan_x, .is_catalog").exists();
}, function() {