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:
@@ -119,7 +119,7 @@ class LanguagesPage extends ListPage {
|
||||
fnPopulate: () => {
|
||||
this._$pgContent.empty().append(Renderer.utils.getBorderTr());
|
||||
this._$pgContent.append(Renderer.utils.getNameTr(ent));
|
||||
const $td = $(`<td colspan="6" class="text"/>`);
|
||||
const $td = $(`<td colspan="6" class="text"></td>`);
|
||||
$$`<tr class="text">${$td}</tr>`.appendTo(this._$pgContent);
|
||||
this._$pgContent.append(Renderer.utils.getBorderTr());
|
||||
|
||||
@@ -130,7 +130,7 @@ class LanguagesPage extends ListPage {
|
||||
return;
|
||||
}
|
||||
|
||||
const $styleFont = $(`<style/>`);
|
||||
const $styleFont = $(`<style></style>`);
|
||||
|
||||
let lastStyleIndex = null;
|
||||
let lastStyleClass = null;
|
||||
|
||||
Reference in New Issue
Block a user