- Issue created by @paucala
- last update
over 1 year ago 17 pass - Status changed to Needs review
over 1 year ago 9:30am 19 June 2023 - Status changed to Closed: outdated
7 months ago 9:22pm 1 June 2024
Running sonarqube we found this problem:
tabs.js file have this function that declare 1 argument but the recive 2.
You can easily call a JavaScript function with more arguments than the function needs, but the extra arguments will be just ignored by function execution.
Remove Modernizerr from arguments, it seems that is not being used