Revize 9cac7fd4
Přidáno uživatelem Jan Pašek před asi 4 roky(ů)
static/js/utilities.js | ||
---|---|---|
9 | 9 |
element.click(); |
10 | 10 |
|
11 | 11 |
document.body.removeChild(element); |
12 |
} |
|
12 |
} |
|
13 |
|
|
14 |
Date.prototype.toDateInputValue = (function() { |
|
15 |
var local = new Date(this); |
|
16 |
local.setMinutes(this.getMinutes() - this.getTimezoneOffset()); |
|
17 |
return local.toJSON().slice(0,10); |
|
18 |
}); |
Také k dispozici: Unified diff
Re #8475 - Create certificate, binding input fields