Enables context isolation for loading window
This commit is contained in:
parent
ccfb9579ad
commit
6c906d5da8
5 changed files with 17 additions and 39 deletions
|
@ -1,6 +1,7 @@
|
|||
// Copyright 2020-2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
$(() => {
|
||||
$('.message').text(window.i18n('optimizingApplication'));
|
||||
});
|
||||
const message = document.getElementById('message');
|
||||
if (message) {
|
||||
message.innerHTML = window.SignalWindow.i18n('optimizingApplication');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue