We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fb392 commit 35bacf7Copy full SHA for 35bacf7
1 file changed
public/js/script.js
@@ -924,6 +924,7 @@ $(document).on("click", "#top .config .mode .button", (e) => {
924
});
925
926
$(document).on("click", "#top #menu .button", (e) => {
927
+ if($(e.currentTarget).hasClass('discord')) return;
928
href = $(e.currentTarget).attr('href');
929
changePage(href.replace('/', ''));
930
})
0 commit comments