Skip to content

Commit

Permalink
Fixed path to one-page-parser-form.html that wasn't changed with name
Browse files Browse the repository at this point in the history
  • Loading branch information
TarkanAl-Kazily committed Feb 28, 2021
1 parent 0d641b2 commit 81578d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "One Page Parser",
"description": "Import instant scenes from One Page Dungeon",
"author": "Tarkan Al-Kazily",
"version": "0.3.1",
"version": "0.3.2",
"minimumCoreVersion": "0.7.0",
"compatibleCoreVersion" : "0.7.9",
"esmodules": [
Expand Down
2 changes: 1 addition & 1 deletion scripts/one_page_parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class OnePageParserForm extends FormApplication {
static get defaultOptions() {
const options = super.defaultOptions;
options.title = "OnePageParser Import Scene";
options.template = "modules/foundryvtt-one-page-parser/templates/one-page-parser-form.html";
options.template = "modules/one-page-parser/templates/one-page-parser-form.html";
options.editable = true;
options.width = 450;
options.height = "auto";
Expand Down

0 comments on commit 81578d7

Please sign in to comment.