File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Command from './command';
22import Suggestion from './suggestion' ;
33import CommandHandler from './commandHandler' ;
44import { getCommandSchemaWithoutArguments } from './utils/commandUtils' ;
5- import { MODULE_NAME , localize } from './utils/moduleUtils' ;
5+ import { localize , MODULE_NAMESPACE } from './utils/moduleUtils' ;
66import { getSetting , SETTING } from './settings' ;
77
88const 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 }
You can’t perform that action at this time.
0 commit comments