mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.208.0
This commit is contained in:
@@ -800,7 +800,7 @@ function sectFamily () {
|
||||
let famIndex = 1;
|
||||
const $btnSuppFam = $(`<button class="btn btn-xs btn-default btn-supp-fam no-print"></button>`).on("click", async () => {
|
||||
const supDetails = await getPersonDetails();
|
||||
const $wrpRes = $(`<div class="life__output-wrp-border p-3 my-2"/>`);
|
||||
const $wrpRes = $(`<div class="life__output-wrp-border p-3 my-2"></div>`);
|
||||
$wrpRes.append(`<h5 class="mt-0">Family Member Roll ${famIndex++}</h5>`);
|
||||
$wrpRes.append(joinParaList(supDetails));
|
||||
$btnSuppFam.css("margin-bottom", 5);
|
||||
|
||||
Reference in New Issue
Block a user