CSS Fix for combat tracker : #combat-round -> .combat-tracker-header
This commit is contained in:
@@ -175,7 +175,7 @@ export default class HooksL5r5e {
|
||||
if (elmt.length > 0) {
|
||||
elmt.replaceWith(tpl);
|
||||
} else {
|
||||
html.find("#combat-round").append(tpl);
|
||||
html.find(".combat-tracker-header").append(tpl);
|
||||
}
|
||||
|
||||
// Buttons Listeners
|
||||
|
||||
Reference in New Issue
Block a user