Commons:User scripts/users namespace/reports/User:IlyaHaykinson/ImageBoxes.js

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

jshint edit

  1. ISSUE: line 36 character 12: Use '!==' to compare with 'null'. - Evidence: if (null != activeDiv)
  2. ISSUE: line 80 character 15: 'i' is already defined. - Evidence: for ( var i = 0 ; i < ids.length ; i++ ) {
  3. ISSUE: line 112 character 129: Don't make functions within a loop. - Evidence: document.getElementById(id).onclick = function () { image_annotation_load_wiki_page("Category:"+escape(this.innerHTML)) ; } ;
  4. ISSUE: line 113 character 80: Don't make functions within a loop. - Evidence: document.getElementById(id).onmouseover = function() { activeDiv = this; } ;
  5. ISSUE: line 114 character 79: Don't make functions within a loop. - Evidence: document.getElementById(id).onmouseout = function() { activeDiv = null; } ;