Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Fix Djphoenix719/FVTT-PF2EToolbox/66
Browse files Browse the repository at this point in the history
  • Loading branch information
Djphoenix719 committed Jan 16, 2022
1 parent f89a8f4 commit 08b7ecb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/module/Handlebars.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Andrew Cuccinello
* Copyright 2022 Andrew Cuccinello
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
Expand Down Expand Up @@ -105,9 +105,6 @@ export function registerHandlebarsHelpers() {
return lhs >= rhs;
});

// enrich html
Handlebars.registerHelper('enrichHTML', (htmlString: string) => TextEditor.enrichHTML(htmlString));

/**
* Walk an object tree. Mostly exists for convenience so lookup does not need to be chained.
* @param data The data to walk over.
Expand Down

0 comments on commit 08b7ecb

Please # to comment.