frontend: add publication time picker
This commit is contained in:
parent
ed0bc5cb1f
commit
f4e9090dae
2 changed files with 6 additions and 1 deletions
|
@ -45,7 +45,6 @@
|
|||
if (i==0) days.push({name:(i+1),enabled:false,date:d,});
|
||||
else days.push({name:''+(i+1),enabled:false,date:d,});
|
||||
}
|
||||
console.log(days);
|
||||
}
|
||||
|
||||
function next() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue