Skip to content

Commit

Permalink
Shorter icon alt text for XT
Browse files Browse the repository at this point in the history
  • Loading branch information
3nly committed Nov 28, 2024
1 parent 609bb79 commit 7b0dae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@
/* When no icons */
var b = $("<span id='StyleChanLink'> [<a title='Stylechan Settings' href='javascript:;'>StyleChan</a>]&nbsp;</span>").bind("click", $SS.options.show);
/* When 4chan XT */
var c = $("<span id='shortcut-settings' class='shortcut brackets-wrap' data-index='840'><a class='settings-link' id='StyleChanLink' title='StyleChan Settings' href='javascript:;'><span class='icon--alt-text'>StyleChan Settings</span>" + $SS.theme.icons.menuIcon + "</a></span>").bind("click", $SS.options.show);
var c = $("<span id='shortcut-settings' class='shortcut brackets-wrap' data-index='840'><a class='settings-link' id='StyleChanLink' title='StyleChan Settings' href='javascript:;'><span class='icon--alt-text'>StyleChan</span>" + $SS.theme.icons.menuIcon + "</a></span>").bind("click", $SS.options.show);
$.asap(function() {
return $(".fourchan-x #shortcuts, .fourchan_x, .is_catalog").exists();
}, function() {
Expand Down

0 comments on commit 7b0dae8

Please sign in to comment.