Convert the loading window to TypeScript
This commit is contained in:
6
ts/windows/loading/start.ts
Normal file
6
ts/windows/loading/start.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Copyright 2020-2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
$(() => {
|
||||
$('.message').text(window.i18n('optimizingApplication'));
|
||||
});
|
Reference in New Issue
Block a user