Enables context isolation for loading window

This commit is contained in:
Josh Perez 2021-09-17 18:12:58 -04:00 committed by GitHub
parent ccfb9579ad
commit 6c906d5da8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 39 deletions

View file

@ -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');
}