admin_manage_user.html: 不再需要,所以删除.
parent
f17995a35c
commit
c6010ccbbd
|
@ -93,12 +93,4 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script>
|
|
||||||
// Give the user another 365 days
|
|
||||||
const date = new Date();
|
|
||||||
date.setDate(date.getDate() + 365);
|
|
||||||
document.getElementById("expiry_date").value = date.toISOString().split('T')[0];
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue