Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Jun 3, 2024
1 parent 6e24087 commit 01c2271
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
Binary file removed packs/macros/000335.ldb
Binary file not shown.
Binary file removed packs/macros/000519.log
Binary file not shown.
Binary file added packs/macros/000525.ldb
Binary file not shown.
Empty file added packs/macros/000531.log
Empty file.
2 changes: 1 addition & 1 deletion packs/macros/CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000518
MANIFEST-000530
6 changes: 3 additions & 3 deletions packs/macros/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
2024/05/30-15:38:52.235 32ec Recovering log #516
2024/05/30-15:38:52.241 32ec Delete type=0 #516
2024/05/30-15:38:52.241 32ec Delete type=3 #514
2024/06/03-18:53:10.877 3450 Recovering log #528
2024/06/03-18:53:10.880 3450 Delete type=0 #528
2024/06/03-18:53:10.880 3450 Delete type=3 #526
14 changes: 7 additions & 7 deletions packs/macros/LOG.old
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2024/05/19-23:39:33.791 7fdc Recovering log #512
2024/05/19-23:39:33.795 7fdc Delete type=0 #512
2024/05/19-23:39:33.795 7fdc Delete type=3 #510
2024/05/19-23:44:27.815 7698 Level-0 table #517: started
2024/05/19-23:44:27.815 7698 Level-0 table #517: 0 bytes OK
2024/05/19-23:44:27.817 7698 Delete type=0 #515
2024/05/19-23:44:27.817 7698 Manual compaction at level-0 from '!macros!0xkDU2f2dzJFeVj3' @ 72057594037927935 : 1 .. '!macros!Fqe8bYO5u9Izswqm' @ 0 : 0; will stop at (end)
2024/06/02-16:07:17.084 69ac Recovering log #523
2024/06/02-16:07:17.088 69ac Delete type=0 #523
2024/06/02-16:07:17.088 69ac Delete type=3 #520
2024/06/02-16:08:12.012 7748 Level-0 table #529: started
2024/06/02-16:08:12.012 7748 Level-0 table #529: 0 bytes OK
2024/06/02-16:08:12.013 7748 Delete type=0 #527
2024/06/02-16:08:12.013 7748 Manual compaction at level-0 from '!macros!0xkDU2f2dzJFeVj3' @ 72057594037927935 : 1 .. '!macros!Fqe8bYO5u9Izswqm' @ 0 : 0; will stop at (end)
Binary file removed packs/macros/MANIFEST-000518
Binary file not shown.
Binary file added packs/macros/MANIFEST-000530
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Hooks.on("renderTokenConfig", (app, html, data) => {
<label>${game.i18n.localize("splatter.tokenconfig.bloodColor.name")}</label>
<input type="text" name="flags.splatter.bloodColor" is="colorpicker-input" data-responsive-color value="${bloodColor}">
</div> `;
const tinthtml = html.find('input[name="texture.tint"]');
const tinthtml = html.find('[name="texture.tint"]');
const formGroup = tinthtml.closest(".form-group");
formGroup.after(newHtml);
html.find('input[name="flags.splatter.bloodColor"]').value = bloodColor;
Expand Down

0 comments on commit 01c2271

Please sign in to comment.