Update translations strings, add setting datetime and improve DC login flow
This commit is contained in:
parent
ed8723ee6b
commit
410f1b7913
11 changed files with 151 additions and 702 deletions
6
app/static/time.js
Normal file
6
app/static/time.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
document.addEventListener('DOMContentLoaded', () => {
|
||||
var currentTime = new Date();
|
||||
const $myDatetimeField = document.querySelector('#butterbox_date')
|
||||
$myDatetimeField.value = currentTime.toLocaleString();
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue