diff --git a/4chan_x.user.js b/4chan_x.user.js index b8fd8f022..4ff0802d7 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2525,6 +2525,7 @@ settings = _ref[_i]; a = $.el('a', { href: 'javascript:;', + className: 'settingsWindowLink', textContent: '4chan X Settings' }); $.on(a, 'click', Options.dialog); diff --git a/script.coffee b/script.coffee index 3c4a5ea67..975b1bb7e 100644 --- a/script.coffee +++ b/script.coffee @@ -1982,6 +1982,7 @@ Options = for settings in ['navtopr', 'navbotr'] a = $.el 'a', href: 'javascript:;' + className: 'settingsWindowLink' textContent: '4chan X Settings' $.on a, 'click', Options.dialog el = $.id(settings).firstElementChild