Keep subscribe action between reloads

This commit is contained in:
DianaXWiki 2026-05-07 10:24:22 +02:00
parent ff364ce108
commit 418b9e4ac2
2 changed files with 1 additions and 2 deletions

View File

@ -376,7 +376,6 @@
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 0.5rem;
}
}

View File

@ -3432,7 +3432,7 @@ define([
}
});
}
if (Config.accounts_api && priv.accountName) {
if (Config.accounts_api && common.isLoggedIn()) {
content += ' ' + Messages.crowdfunding_popup_text2;
buttons.push({
name: Messages.features_f_subscribe,