Commons:User scripts/reports/MediaWiki:CheckThumb.js
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]- ISSUE:
line 14 character 28
: Use '===' to compare with '0'. - Evidence:if( ( image.clientWidth == 0 && image.clientHeight == 0 ) ||
- ISSUE:
line 14 character 55
: Use '===' to compare with '0'. - Evidence:if( ( image.clientWidth == 0 && image.clientHeight == 0 ) ||