upstream/2025.5.0 #5

Merged
philipp merged 197 commits from upstream/2025.5.0 into master 2025-06-03 16:12:50 +00:00
Showing only changes of commit 20de9830db - Show all commits
@@ -27,7 +27,7 @@ var cart = {
cart._expiry_notified = true;
},
draw_deadline: function (renewed="") {
draw_deadline: function () {
function pad(n, width, z) {
z = z || '0';
n = n + '';