Skip to content

Commit 6f714e6

Browse files
committed
Template URI to use MODULE_NAMESPACE
1 parent 7e48359 commit 6f714e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/module/widget.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Command from './command';
22
import Suggestion from './suggestion';
33
import CommandHandler from './commandHandler';
44
import { getCommandSchemaWithoutArguments } from './utils/commandUtils';
5-
import { MODULE_NAME, localize } from './utils/moduleUtils';
5+
import { localize, MODULE_NAMESPACE } from './utils/moduleUtils';
66
import { getSetting, SETTING } from './settings';
77

88
const ACTIVE = 'active';
@@ -14,7 +14,7 @@ export default class Widget extends Application {
1414
popOut: false,
1515
minimizable: false,
1616
resizable: false,
17-
template: `modules/${MODULE_NAME}/templates/widget.html`,
17+
template: `modules/${MODULE_NAMESPACE}/templates/widget.html`,
1818
});
1919
this.handler = handler;
2020
}

0 commit comments

Comments
 (0)