mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Remove unused renewed-parameter in draw_deadline
This commit is contained in:
@@ -27,7 +27,7 @@ var cart = {
|
|||||||
cart._expiry_notified = true;
|
cart._expiry_notified = true;
|
||||||
},
|
},
|
||||||
|
|
||||||
draw_deadline: function (renewed="") {
|
draw_deadline: function () {
|
||||||
function pad(n, width, z) {
|
function pad(n, width, z) {
|
||||||
z = z || '0';
|
z = z || '0';
|
||||||
n = n + '';
|
n = n + '';
|
||||||
|
|||||||
Reference in New Issue
Block a user