Revize bca96ff6
Přidáno uživatelem Stanislav Král před téměř 4 roky(ů)
static/js/certificate.js | ||
---|---|---|
115 | 115 |
if (urlParams.get("id") != null) { |
116 | 116 |
const id = urlParams.get("id"); |
117 | 117 |
certificateDetailsApp.id = id; |
118 |
// query certificate detailes
|
|
118 |
// query certificate details |
|
119 | 119 |
axios.get(API_URL + "certificates/"+id+"/details") |
120 | 120 |
.then(function (response) { |
121 | 121 |
if (response.data["success"]) { |
Také k dispozici: Unified diff
Re #8583 - Fixed a typo in a comment