posttwo / fjmod-extension

Chrome extension for FunnyJunk moderators
https://funnyjunk.com
0 stars 1 forks source link

Mod settings button doesn't show on extension sidebar #74

Closed thunderysteak closed 6 years ago

thunderysteak commented 6 years ago

Just $('#topM a:first()').replaceWith('<a class="smallLeftMenu mIte" id="PT_menu">' + (IS_FLAG_MODERATOR == true ? 'Mod Settings' : 'Addon Settings') + '</a>'); in src/js/main.js line 123

The topM ID gets changed to topME in extended sidebar.

thunderysteak commented 6 years ago

Fixed with #75