Commons:User scripts/users namespace/reports/User:Lupo/p.js

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

jshint edit

  1. ISSUE: line 31 character 36: Use '===' to compare with '0'. - Evidence: if (!uploads || uploads.length == 0) return;
  2. ISSUE: line 53 character 15: 'links' used out of scope. - Evidence: uploads = links = null; // we don't need these NodeLists anymore
  3. ISSUE: line 100 character 24: 'i' is already defined. - Evidence: for (var i = 0; i < loglines.length; i++) {
  4. ISSUE: line 144 character 20: 'title' is already defined. - Evidence: for (var title in imageLocations) {