Skip to content

Commit

Permalink
πŸ”€ Merge pull request #1105 from LSS-Manager/dev
Browse files Browse the repository at this point in the history
πŸ› [renameFz] fix not showing in dispatch centers
  • Loading branch information
jxn-30 committed Jul 27, 2022
2 parents 5bcbe45 + e916ee4 commit c3cebc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lss-RenameFZ/renameFZ.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@
},
};
const prefix = `${lssm.config.prefix}_renameFzSettings`;
$('#tab_vehicle').on('DOMNodeInserted', 'script', createSettings);
$('#tab_vehicle').on('DOMNodeInserted', 'script', () => createSettings());
if ('#vehicle_table') createSettings();

document.addEventListener('lssmv4-event-buildingComplex-opened-overview-tab', ({detail}) => {
Expand Down

0 comments on commit c3cebc4

Please sign in to comment.