- Issue created by @paucala
- last update
almost 2 years ago 17 pass - Status changed to Needs review
almost 2 years ago 9:30am 19 June 2023 - Status changed to Closed: outdated
11 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