mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
messages
messages
This commit is contained in:
@@ -35,7 +35,7 @@ document.addEventListener("DOMContentLoaded", () => __awaiter(void 0, void 0, vo
|
||||
unhideElementById(document, "orgno");
|
||||
}
|
||||
}
|
||||
catch (_a) {
|
||||
catch (e) {
|
||||
window.location.href = "login.html";
|
||||
}
|
||||
var thisAccount = null;
|
||||
@@ -63,7 +63,7 @@ document.addEventListener("DOMContentLoaded", () => __awaiter(void 0, void 0, vo
|
||||
try {
|
||||
const registeredIds = yield getMyRegisteredEventIds();
|
||||
}
|
||||
catch (_b) {
|
||||
catch (e) {
|
||||
}
|
||||
}
|
||||
unhideElementById(document, "mainContainer");
|
||||
@@ -76,7 +76,7 @@ window.onload = () => {
|
||||
const skillName = dropdown.options[dropdown.selectedIndex].text;
|
||||
const skillId = dropdown.options[dropdown.selectedIndex].value;
|
||||
if (skillName) {
|
||||
addSkill(skillName, skillId, false);
|
||||
addSkill(skillName, Number(skillId), false);
|
||||
dropdown.value = ''; // Reset dropdown
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user