Commons:User scripts/users namespace/reports/User:Fetchcomms/lefteditlinks.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

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

jshint[edit]

  1. ISSUE: line 23 character 26: Use '===' to compare with 'null'. - Evidence: if (editSpan == null) { continue }
  2. ISSUE: line 28 character 23: Use '===' to compare with 'null'. - Evidence: if (blank == null) { continue }
  3. ISSUE: line 33 character 29: Use '===' to compare with 'null'. - Evidence: if (headingSpan == null) { continue }