Skip to content

Commit

Permalink
Fix icon namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rautesamtr committed Jan 26, 2022
1 parent a4d4a39 commit d2cf403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/thermal_comfort_icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion generate_js.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_keywords(dom: Document) -> str:
window.customIcons["tc"] = { getIcon, getIconList };
window.customIconsets = window.customIconsets || {};
window.customIconsets["bha"] = getIcon;
window.customIconsets["tc"] = getIcon;
"""
)

Expand Down

0 comments on commit d2cf403

Please sign in to comment.