Commons:User scripts/users namespace/reports/User:Nux/dimcheck n title.js

This is the report page for User:Nux/dimcheck n title.js. It is bot-maintained. All manual changes might be overwritten.

jshint edit

  1. ISSUE: line 50 character 21: Use '===' to compare with ''. - Evidence: txt = (this.alt == '') ? this.getAttribute('longdesc') : this.alt;
  2. ISSUE: line 51 character 12: Use '===' to compare with 'null'. - Evidence: if (txt==null)
  3. ISSUE: line 54 character 16: Use '===' to compare with 'null'. - Evidence: if (txt==null) txt = '-';
  4. ISSUE: line 75 character 45: Missing semicolon. - Evidence: onmouseDimCheckElement.id = 'dimchkshow'
  5. ISSUE: line 80 character 41: Missing semicolon. - Evidence: onmouseTitleElement.id = 'titleshow'