mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Updated comment
This commit is contained in:
@@ -4,7 +4,7 @@ const { remote } = require('electron');
|
||||
renderDom();
|
||||
|
||||
/**
|
||||
* Method that renders the data from user config
|
||||
* Method that renders application data
|
||||
*/
|
||||
function renderDom() {
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
@@ -18,4 +18,4 @@ function renderDom() {
|
||||
versionText.innerHTML = version ? `Version ${version} (${version})` : null;
|
||||
copyright.innerHTML = `Copyright © ${new Date().getFullYear()} ${applicationName}`
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user