Convert the loading window to TypeScript

This commit is contained in:
Evan Hahn
2021-08-03 09:28:45 -05:00
committed by GitHub
parent 310f0dc88f
commit f33a0db32c
7 changed files with 51 additions and 37 deletions

View File

@@ -1,8 +0,0 @@
// Copyright 2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
/* global $ */
$(() => {
$('.message').text(window.i18n('optimizingApplication'));
});