Add activation-codes and registration. Added tooltips. Added player-score-cache-display in mainpage.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]');
|
||||
tooltipTriggerList.forEach((elem) => {
|
||||
new bootstrap.Tooltip(elem);
|
||||
});
|
||||
});
|
||||
|
||||
function setupClanButtons(dropdownId, delBtnId, editBtnId) {
|
||||
const dropdown = document.getElementById(dropdownId);
|
||||
const deleteButton = document.getElementById(delBtnId);
|
||||
@@ -128,4 +135,4 @@ function deselectAllPlayers(playerListId) {
|
||||
});
|
||||
|
||||
checkCounter.innerText = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user