Closed thunderysteak closed 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
$('#topM a:first()').replaceWith('<a class="smallLeftMenu mIte" id="PT_menu">' + (IS_FLAG_MODERATOR == true ? 'Mod Settings' : 'Addon Settings') + '</a>');
The topM ID gets changed to topME in extended sidebar.
Fixed with #75
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 123The topM ID gets changed to topME in extended sidebar.