mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Keep subscribe action between reloads
This commit is contained in:
parent
ff364ce108
commit
418b9e4ac2
@ -376,7 +376,6 @@
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user