lint compliance

This commit is contained in:
yflory 2025-06-26 17:25:56 +02:00
parent e55e2f875b
commit 784d8247e2
2 changed files with 1 additions and 3 deletions

View File

@ -51,7 +51,7 @@ define([
return Pages.externalLink(el, Pages.localizeDocsLink(href));
};
var accounts = Pages.accounts = {
Pages.accounts = {
donateURL: AppConfig.donateURL || "https://opencollective.com/cryptpad/",
};

View File

@ -15,8 +15,6 @@ define([
'/common/pad-types.js',
'/common/extensions.js'
], function ($, h, Msg, AppConfig, LocalStore, Pages, Config, UIElements, Constants, PadTypes, Extensions) {
var accounts = Pages.accounts;
return function () {
document.title = Msg.features;
Msg.features_f_apps_note = PadTypes.availableTypes.map(function (app) {