mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-22 12:04:00 +00:00
Build frontend again, using Yarn.
This commit is contained in:
4
frontend/src/bootstrap.js
vendored
4
frontend/src/bootstrap.js
vendored
@@ -43,9 +43,9 @@ if (token) {
|
||||
let localeToken = document.head.querySelector('meta[name="locale"]');
|
||||
|
||||
if (localeToken) {
|
||||
window.localeValue = localeToken.content;
|
||||
localStorage.locale = localeToken.content;
|
||||
} else {
|
||||
window.localeValue = 'en_US';
|
||||
localStorage.locale = 'en_US';
|
||||
}
|
||||
|
||||
// admin stuff
|
||||
|
Reference in New Issue
Block a user