mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-05-03 11:43:50 +00:00
Compare commits
No commits in common. "f553cc059a06d7d96838a9a0da690fa42fecd45a" and "554827cc5790be0d615d9e1ce6e9af31aa66dbcb" have entirely different histories.
f553cc059a
...
554827cc57
@ -67,8 +67,6 @@
|
|||||||
|
|
||||||
packageInfoVariablesDiv.empty();
|
packageInfoVariablesDiv.empty();
|
||||||
|
|
||||||
packageInfoLogsInput.empty();
|
|
||||||
|
|
||||||
packageInfoModal.trigger("reset");
|
packageInfoModal.trigger("reset");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -83,6 +83,6 @@
|
|||||||
|
|
||||||
Date.prototype.toISOStringShort = function() {
|
Date.prototype.toISOStringShort = function() {
|
||||||
const pad = number => String(number).padStart(2, "0");
|
const pad = number => String(number).padStart(2, "0");
|
||||||
return `${this.getFullYear()}-${pad(this.getMonth() + 1)}-${pad(this.getDate())} ${pad(this.getHours())}:${pad(this.getMinutes())}:${pad(this.getSeconds())}`;
|
return `${this.getFullYear()}-${pad(this.getMonth())}-${pad(this.getDate())} ${pad(this.getHours())}:${pad(this.getMinutes())}:${pad(this.getSeconds())}`;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user