Skip to content

Commit

Permalink
clean up installStateHooks
Browse files Browse the repository at this point in the history
Signed-off-by: Marius <[email protected]>
  • Loading branch information
Mariusthvdb authored Jan 2, 2024
1 parent 2f1fe28 commit aac91b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions custom-icon-color.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ window.customUI = {
}
});
},
installClassHooks() {
window.customUI.installStateBadge();
},
init() {
window.customUI.initDone = true;
window.customUI.installClassHooks();
window.customUI.installStateBadge();
window.CUSTOM_UI_LIST = window.CUSTOM_UI_LIST || [];
window.CUSTOM_UI_LIST.push({
name: Name,
Expand Down

0 comments on commit aac91b2

Please sign in to comment.