Commons:User scripts/users namespace/reports/User:Verdy p/common.js

This is the report page for User:Verdy p/common.js. It is bot-maintained. All manual changes might be overwritten.

jshint edit

  1. ISSUE: line 40 character 37: The object literal notation {} is preferable. - Evidence: var NavigationBoxes = new Object(); // NOT "... = {};" !!
  2. ISSUE: line 51 character 13: Function declarations should not be placed in blocks. Use a function expression or move the statement to the top of the outer function. - Evidence: function collapseClick(evt) {