Skip to content
Translate Ideas and Comments
Choose language:
There was an error during translation

What is your feedback on Twitch Creator Camp?

JUMP TO ANOTHER FORUM

// Renders the list of forums in the sidebar on the forum page (function($) { var $forumsList = $('body:not(.uv-home-page) .uvModule-mainSidebar .uvModuleSection:not(.uvModuleSection-search)').attr({ id: 'forumsList' }); $('body:not(.uv-home-page) .uvModule.uvModule-feedback').before( $forumsList ); $('#forumsList').wrap('
'); })(UV.jQuery);