Commons:User scripts/reports/MediaWiki:Gadget-ChooseResolution.js

This is the report page for MediaWiki:Gadget-ChooseResolution.js. It is bot-maintained. All manual changes might be overwritten.

jshint

edit
  1. ISSUE: line 84 character 32: Use '===' to compare with '0'. - Evidence: if (!sizes || sizes.length == 0) return;
  2. ISSUE: line 121 character 32: Use '===' to compare with '0'. - Evidence: if (!a || a.length == 0) return;
  3. ISSUE: line 141 character 25: Use '===' to compare with '0'. - Evidence: if (licenses.length == 0)
  4. ISSUE: line 147 character 44: Use '===' to compare with '0'. - Evidence: if (elem.search (/^(cc-|gfdl)/i) == 0)