Skip to content

Commit

Permalink
0.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sdenec committed Feb 15, 2021
1 parent f36fed0 commit 5460923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/tidy5e-sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,9 @@ function markActiveEffects(app, html, data){
for (let item of items) {
// console.log(item);
if (item.effects.length > 0) {
console.log(item);
// console.log(item);
let id = item._id;
console.log(id);
// console.log(id);
html.find(`.item[data-item-id="${id}"] .item-name h4`).append(marker);
}
}
Expand Down

0 comments on commit 5460923

Please sign in to comment.