mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 05:54:38 +03:00
include goversion used to compile mox in the mox version
This commit is contained in:
@ -1782,7 +1782,7 @@ const crumbs = (...l) => {
|
||||
];
|
||||
};
|
||||
const errmsg = (err) => '' + (err.message || '(no error message)');
|
||||
const footer = dom.div(style({ marginTop: '6ex', opacity: 0.75 }), link('https://www.xmox.nl', 'mox'), ' ', moxversion, ' ', moxgoversion, ' ', moxgoos, '/', moxgoarch, ', ', dom.a(attr.href('licenses.txt'), 'licenses'));
|
||||
const footer = dom.div(style({ marginTop: '6ex', opacity: 0.75 }), link('https://www.xmox.nl', 'mox'), ' ', moxversion, ' ', moxgoos, '/', moxgoarch, ', ', dom.a(attr.href('licenses.txt'), 'licenses'));
|
||||
const age = (date, future, nowSecs) => {
|
||||
if (!nowSecs) {
|
||||
nowSecs = new Date().getTime() / 1000;
|
||||
|
Reference in New Issue
Block a user