mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Just code style (JS)
This commit is contained in:
@ -14,12 +14,18 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
|
||||
/**
|
||||
* Help
|
||||
*/
|
||||
|
||||
var help = {};
|
||||
|
||||
|
||||
/**
|
||||
* Private Methods
|
||||
*/
|
||||
|
||||
help._onDocumentLoaded = function () {
|
||||
let language = navigator.language;
|
||||
|
||||
@ -29,4 +35,9 @@ help._onDocumentLoaded = function () {
|
||||
helpers.insertI18nContentIntoDocument(document);
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Initializations
|
||||
*/
|
||||
|
||||
document.addEventListener('DOMContentLoaded', help._onDocumentLoaded);
|
||||
|
Reference in New Issue
Block a user