Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
This commit is contained in:
commit
67fef6f764
@ -894,7 +894,7 @@ MessengerUI, Messages) {
|
|||||||
if (e) { return void console.error("Unable to get the pinned usage", e); }
|
if (e) { return void console.error("Unable to get the pinned usage", e); }
|
||||||
if (overLimit) {
|
if (overLimit) {
|
||||||
var key = 'pinLimitReachedAlert';
|
var key = 'pinLimitReachedAlert';
|
||||||
if (ApiConfig.noSubscriptionButton === true) {
|
if (!ApiConfig.allowSubscriptions) {
|
||||||
key = 'pinLimitReachedAlertNoAccounts';
|
key = 'pinLimitReachedAlertNoAccounts';
|
||||||
}
|
}
|
||||||
$limit.show().click(function () {
|
$limit.show().click(function () {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user