This commit is contained in:
Ashley Graves 2024-10-24 15:03:03 +02:00
parent 65d8672773
commit dc7af73f9e
Signed by: ashley
SSH key fingerprint: SHA256:LAjgsAMyT3LO2JVtr6fQ4N3RTYoRRlIm5wAKsbDife4

View file

@ -228,7 +228,7 @@ function createSettingElement(key, [label, value, editable]) {
window.open(resp.html_url);
}
} catch (err) {
alert(err);
alert(res);
}
};