mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Fix dynamic addition of build date.
This commit is contained in:
parent
9fdca8dca9
commit
9e1d7a55fc
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ function init(aEvent)
|
|||
if (/[ab]\d+$/.test(version)) {
|
||||
let buildID = Services.appinfo.appBuildID;
|
||||
let buildDate = buildID.slice(0,4) + "-" + buildID.slice(4,6) + "-" + buildID.slice(6,8);
|
||||
document.getElementById("PMversion").textContent += " (" + buildDate + ")";
|
||||
document.getElementById("aboutVersion").textContent += " (" + buildDate + ")";
|
||||
}
|
||||
|
||||
#ifdef XP_MACOSX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue