Commons:User scripts/reports/MediaWiki:CheckThumb.js

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

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

jshint[edit]

  1. ISSUE: line 14 character 28: Use '===' to compare with '0'. - Evidence: if( ( image.clientWidth == 0 && image.clientHeight == 0 ) ||
  2. ISSUE: line 14 character 55: Use '===' to compare with '0'. - Evidence: if( ( image.clientWidth == 0 && image.clientHeight == 0 ) ||