Skip to content

Commit

Permalink
Fix and test fvtt_script
Browse files Browse the repository at this point in the history
  • Loading branch information
kakaroto committed Apr 30, 2020
1 parent 21d1298 commit 221f4dc
Show file tree
Hide file tree
Showing 9 changed files with 2,246 additions and 9,543 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ VPATH = $(SOURCE_DIR)
sed -e ':a;N;$$!ba;s/async;\n/async/g' -i $(OUTPUT_DIR)/$@


JS_FILES=fvtt_script.js \
dndbeyond_character.js dndbeyond_monster.js \
JS_FILES=dndbeyond_character.js dndbeyond_monster.js \
dndbeyond_spell.js dndbeyond_encounter.js dndbeyond_items.js \
dndbeyond_vehicle.js
PYJ_DEPS=utils.pyj settings.pyj dndbeyond.pyj dndbeyond_dice.pyj constants.pyj roll_renderer.pyj dndbeyond_discord.pyj
Expand Down
3 changes: 3 additions & 0 deletions dist/default_popup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(function () {
function replaceRollsCallback(match, replaceCB) {
let dice = match[2];
let modifiers = match[3];
Expand Down Expand Up @@ -1053,3 +1054,5 @@ if (chrome.tabs != undefined) {
} else {
chrome.runtime.sendMessage({ "action": "get-current-tab" }, actOnCurrentTab);
}

})();
Loading

0 comments on commit 221f4dc

Please sign in to comment.