Переглянути джерело

Clear groups when resetting the character sheet

tags/v1.1.2
Fen Dweller 5 роки тому
джерело
коміт
533099a7de
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: E80B35A6F11C3656
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      game.js

+ 1
- 1
game.js Переглянути файл

@@ -4826,6 +4826,7 @@ function grow_stench(factor, simpleCalc=true){

function resetSettings() {
document.forms.namedItem("custom-species-form").reset();
reset_visible_groups();
updateAllPreviews();
}

@@ -5596,7 +5597,6 @@ function update_visible_groups() {

groups.forEach(group => {
const state = document.querySelector("#group-toggle-" + group).checked;
console.log(state);
document.querySelectorAll(".sheet-group-" + group).forEach(category => {
if (state)
category.style.display = "";


Завантаження…
Відмінити
Зберегти