Skip to content

Commit bb065ba

Browse files
committed
remove concat helper
close #27
1 parent fd75553 commit bb065ba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/hooks/init.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,6 @@ export default function ()
155155
return args.hash;
156156
});
157157

158-
Handlebars.registerHelper("concat", function (...strings)
159-
{
160-
return strings.filter(i => typeof i == "string").join("");
161-
});
162-
163-
164158
game.settings.registerMenu(game.system.id, "moduleInitializationMenu", {
165159
name: "WH.Initializer.SettingName",
166160
label: "WH.Initializer.SettingLabel",

0 commit comments

Comments
 (0)