diff --git a/customize.dist/loading.js b/customize.dist/loading.js index 0234be46f..7d8a57e93 100644 --- a/customize.dist/loading.js +++ b/customize.dist/loading.js @@ -7,7 +7,7 @@ // text #3F4141 define([ '/customize/messages.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', 'less!/customize/src/less2/include/loading.less' ], function (Messages, Lucide) { var urlArgs = window.location.href.replace(/^.*\?([^\?]*)$/, function (all, x) { return x; }); diff --git a/customize.dist/fonts/lucide.js b/customize.dist/lucide.js similarity index 100% rename from customize.dist/fonts/lucide.js rename to customize.dist/lucide.js diff --git a/customize.dist/pages.js b/customize.dist/pages.js index abbe75efd..666db2362 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -12,7 +12,7 @@ define([ '/api/config', '/common/extensions.js', 'optional!/api/instance', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', ], function (h, Language, Util, AppConfig, Msg, $, ApiConfig, Extensions, Instance, Lucide, Icons) { diff --git a/customize.dist/pages/recovery.js b/customize.dist/pages/recovery.js index a07a5ac7b..5aec19e0f 100644 --- a/customize.dist/pages/recovery.js +++ b/customize.dist/pages/recovery.js @@ -9,7 +9,7 @@ define([ '/common/common-interface.js', '/customize/messages.js', '/customize/pages.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', ], function (Config, $, h, UI, Msg, Pages, Lucide, Icons) { diff --git a/customize.dist/pages/register.js b/customize.dist/pages/register.js index e12ee6cf2..7c4c6a7a0 100644 --- a/customize.dist/pages/register.js +++ b/customize.dist/pages/register.js @@ -9,7 +9,7 @@ define([ '/common/common-interface.js', '/customize/messages.js', '/customize/pages.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', ], function (Config, $, h, UI, Msg, Pages, Lucide, Icons) { return function () { diff --git a/customize.dist/template.js b/customize.dist/template.js index fdf6088cf..e7f5fcc93 100644 --- a/customize.dist/template.js +++ b/customize.dist/template.js @@ -7,7 +7,7 @@ define([ '/common/hyperscript.js', '/customize/pages.js', '/components/nthen/index.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', ], function ($, h, Pages, nThen, Lucide) { // we consider that there is no valid reason to load any of the info pages // in an iframe. abort everything if you detect that you are embedded. diff --git a/www/admin/inner.js b/www/admin/inner.js index 39ee5f145..3eedbeec0 100644 --- a/www/admin/inner.js +++ b/www/admin/inner.js @@ -22,7 +22,7 @@ define([ '/api/instance', '/lib/datepicker/flatpickr.js', '/install/onboardscreen.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', 'css!/lib/datepicker/flatpickr.min.css', diff --git a/www/calendar/inner.js b/www/calendar/inner.js index 646353dd6..2cc767ff9 100644 --- a/www/calendar/inner.js +++ b/www/calendar/inner.js @@ -33,7 +33,7 @@ define([ '/common/sframe-common-codemirror.js', 'cm/lib/codemirror', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', 'cm/addon/display/autorefresh', diff --git a/www/checkup/main.js b/www/checkup/main.js index 104964c60..aa2d86e14 100644 --- a/www/checkup/main.js +++ b/www/checkup/main.js @@ -21,7 +21,7 @@ define([ '/checkup/checkup-tools.js', '/customize/application_config.js', '/common/onlyoffice/current-version.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', '/components/tweetnacl/nacl-fast.min.js', diff --git a/www/common/common-interface.js b/www/common/common-interface.js index 5c765803c..b57cbc2f0 100644 --- a/www/common/common-interface.js +++ b/www/common/common-interface.js @@ -22,7 +22,7 @@ define([ '/lib/tippy/tippy.min.js', '/common/hyperscript.js', '/customize/loading.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', //'/common/test.js', diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index ec149eed0..0c188585b 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -21,7 +21,7 @@ define([ '/common/inner/invitation.js', '/common/visible.js', '/common/pad-types.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', ], function ($, Config, Broadcast, Util, Hash, Language, UI, Constants, Feedback, h, Clipboard, diff --git a/www/common/diffMarked.js b/www/common/diffMarked.js index b5511dd48..c78c4687c 100644 --- a/www/common/diffMarked.js +++ b/www/common/diffMarked.js @@ -14,7 +14,7 @@ define([ '/customize/messages.js', '/lib/less.min.js', '/customize/pages.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/lib/highlight/highlight.pack.js', '/lib/diff-dom/diffDOM.js', diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index c6bdc3193..f76fa4c3b 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -26,7 +26,7 @@ define([ '/customize/pages.js', '/common/pad-types.js', '/common/onlyoffice/broken-formats.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js' ], function ( $, diff --git a/www/common/inner/access.js b/www/common/inner/access.js index 40d47f0dc..7813a811a 100644 --- a/www/common/inner/access.js +++ b/www/common/inner/access.js @@ -13,7 +13,7 @@ define([ '/common/hyperscript.js', '/customize/messages.js', '/components/nthen/index.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', ], function ($, Util, Hash, UI, UIElements, Types, Modal, h, Messages, nThen, Lucide, Icons) { diff --git a/www/common/inner/common-mediatag.js b/www/common/inner/common-mediatag.js index d9c14a86a..8c07c95fe 100644 --- a/www/common/inner/common-mediatag.js +++ b/www/common/inner/common-mediatag.js @@ -13,7 +13,7 @@ define([ '/common/inner/badges.js', '/customize/messages.js', '/customize/application_config.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', '/components/croppie/croppie.min.js', diff --git a/www/common/inner/common-modal.js b/www/common/inner/common-modal.js index 7a0c2da7b..0fcca34b6 100644 --- a/www/common/inner/common-modal.js +++ b/www/common/inner/common-modal.js @@ -10,7 +10,7 @@ define([ '/common/common-ui-elements.js', '/customize/messages.js', '/components/nthen/index.js', - '/customize/fonts/lucide.js' + '/customize/lucide.js' ], function ($, Util, Hash, UI, UIElements, Messages, nThen, Lucide) { var Modal = {}; diff --git a/www/common/inner/mfa.js b/www/common/inner/mfa.js index c81b41082..6a2ff15eb 100644 --- a/www/common/inner/mfa.js +++ b/www/common/inner/mfa.js @@ -10,7 +10,7 @@ define([ '/components/nthen/index.js', '/customize.dist/login.js', '/common/common-util.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', ], function ($, Messages, h, UI, nThen, Login, Util, Lucide, Icons) { diff --git a/www/common/inner/sidebar-layout.js b/www/common/inner/sidebar-layout.js index 90d488e4f..dc417ab70 100644 --- a/www/common/inner/sidebar-layout.js +++ b/www/common/inner/sidebar-layout.js @@ -12,7 +12,7 @@ define([ '/common/common-hash.js', '/customize/messages.js', '/common/hyperscript.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', ], function( $, diff --git a/www/common/inner/snapshots.js b/www/common/inner/snapshots.js index 57ea668bf..2deaee7b1 100644 --- a/www/common/inner/snapshots.js +++ b/www/common/inner/snapshots.js @@ -9,7 +9,7 @@ define([ '/customize/messages.js', '/components/nthen/index.js', '/components/chainpad/chainpad.dist.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', ], function ($, UI, h, Messages, nThen, ChainPad, Lucide, Icons /* JsonOT */) { var Snapshots = {}; diff --git a/www/common/make-backup.js b/www/common/make-backup.js index 0fd2f06e8..08ca54fd8 100644 --- a/www/common/make-backup.js +++ b/www/common/make-backup.js @@ -15,7 +15,7 @@ define([ '/customize/messages.js', '/components/nthen/index.js', '/components/saferphore/index.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', '/components/jszip/dist/jszip.min.js', ], function ($, FileCrypto, Hash, Util, UI, h, Feedback, UO, diff --git a/www/common/messenger-ui.js b/www/common/messenger-ui.js index 1257c83ca..c1b5fe927 100644 --- a/www/common/messenger-ui.js +++ b/www/common/messenger-ui.js @@ -11,7 +11,7 @@ define([ '/common/inner/badges.js', '/common/hyperscript.js', '/common/diffMarked.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', ], function ($, Messages, Util, UI, UIElements, Badges, h, DiffMd, Lucide, Icons) { 'use strict'; diff --git a/www/common/notifications.js b/www/common/notifications.js index 9415ebb51..75357b51d 100644 --- a/www/common/notifications.js +++ b/www/common/notifications.js @@ -12,7 +12,7 @@ define([ '/common/common-constants.js', '/customize/messages.js', '/customize/pages.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', 'tui-date-picker' ], function($, h, Hash, UI, UIElements, Util, Constants, Messages, Pages, Lucide, Icons, DatePicker) { diff --git a/www/common/onlyoffice/history.js b/www/common/onlyoffice/history.js index d023e1746..9ed928f85 100644 --- a/www/common/onlyoffice/history.js +++ b/www/common/onlyoffice/history.js @@ -6,7 +6,7 @@ define([ 'jquery', '/common/common-interface.js', '/common/hyperscript.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', ], function ($, UI, h, Lucide, Icons) { diff --git a/www/common/onlyoffice/inner.js b/www/common/onlyoffice/inner.js index d277bc94a..ae0dcf81c 100644 --- a/www/common/onlyoffice/inner.js +++ b/www/common/onlyoffice/inner.js @@ -26,7 +26,7 @@ define([ '/common/onlyoffice/current-version.js', '/common/onlyoffice/broken-formats.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', '/components/file-saver/FileSaver.min.js', diff --git a/www/common/sframe-common-codemirror.js b/www/common/sframe-common-codemirror.js index d7f135d55..5ba93e78d 100644 --- a/www/common/sframe-common-codemirror.js +++ b/www/common/sframe-common-codemirror.js @@ -14,7 +14,7 @@ define([ '/common/text-cursor.js', '/components/chainpad/chainpad.dist.js', '/common/hyperscript.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', ], function ($, Modes, Themes, Messages, UIElements, MT, Hash, Util, TextCursor, ChainPad, h, Lucide, Icons) { var module = {}; diff --git a/www/common/sframe-common-file.js b/www/common/sframe-common-file.js index 2be1ca4fd..fa6f7158e 100644 --- a/www/common/sframe-common-file.js +++ b/www/common/sframe-common-file.js @@ -17,7 +17,7 @@ define([ '/customize/pages.js', '/components/nthen/index.js', '/common/media-tag.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', '/components/file-saver/FileSaver.min.js', diff --git a/www/common/sframe-common-history.js b/www/common/sframe-common-history.js index f09f50266..97f1a18fe 100644 --- a/www/common/sframe-common-history.js +++ b/www/common/sframe-common-history.js @@ -10,7 +10,7 @@ define([ '/customize/messages.js', '/components/nthen/index.js', '/common/common-icons.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', //'/components/chainpad-json-validator/json-ot.js', '/components/chainpad/chainpad.dist.js', diff --git a/www/common/sframe-common-mailbox.js b/www/common/sframe-common-mailbox.js index 6cadffa0f..b3d30143b 100644 --- a/www/common/sframe-common-mailbox.js +++ b/www/common/sframe-common-mailbox.js @@ -12,7 +12,7 @@ define([ '/common/hyperscript.js', '/customize/messages.js', '/common/common-icons.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', ], function ($, Util, Hash, UI, UIElements, Notifications, h, Messages, Icons, Lucide) { var Mailbox = {}; diff --git a/www/common/sframe-common.js b/www/common/sframe-common.js index 424c0f61b..a78ecbf5c 100644 --- a/www/common/sframe-common.js +++ b/www/common/sframe-common.js @@ -35,7 +35,7 @@ define([ '/components/localforage/dist/localforage.min.js', '/common/hyperscript.js', '/common/extensions.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js' ], function ( $, diff --git a/www/common/toolbar.js b/www/common/toolbar.js index 3242c6935..fc40cdf84 100644 --- a/www/common/toolbar.js +++ b/www/common/toolbar.js @@ -19,7 +19,7 @@ define([ '/customize/messages.js', '/customize/pages.js', '/common/pad-types.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', ], function ($, Config, ApiConfig, Broadcast, UIElements, UI, Hash, Util, Feedback, MT, Badges, h, MessengerUI, Messages, Pages, PadTypes, Lucide, Icons) { diff --git a/www/contacts/inner.js b/www/contacts/inner.js index 7271ad85a..6b34c1a8a 100644 --- a/www/contacts/inner.js +++ b/www/contacts/inner.js @@ -12,7 +12,7 @@ define([ '/common/messenger-ui.js', '/customize/messages.js', '/common/common-interface.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', 'css!/components/bootstrap/dist/css/bootstrap.min.css', 'less!/contacts/app-contacts.less', diff --git a/www/debug/inner.js b/www/debug/inner.js index 9512662ff..29eea159a 100644 --- a/www/debug/inner.js +++ b/www/debug/inner.js @@ -21,7 +21,7 @@ define([ '/customize/application_config.js', '/common/common-ui-elements.js', '/debug/chainpad.dist.js', - '/customize/fonts/lucide.js', + '/customize/lucide.js', '/common/common-icons.js', 'css!/components/bootstrap/dist/css/bootstrap.min.css', diff --git a/www/drive/index.html b/www/drive/index.html index f8d07ac67..01b502dcd 100644 --- a/www/drive/index.html +++ b/www/drive/index.html @@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later - + diff --git a/www/drive/inner.html b/www/drive/inner.html index a1447a5e8..534b7da68 100644 --- a/www/drive/inner.html +++ b/www/drive/inner.html @@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later - +