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

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

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

jshint[edit]

  1. ISSUE: line 25 character 21: Use '===' to compare with '0'. - Evidence: if ( flickrreview == 0 ) return ; // Page does not use {{flickrreview}}
  2. ISSUE: line 47 character 18: Use '!==' to compare with ''. - Evidence: if ( flickr_id != '' ) {
  3. ISSUE: line 72 character 16: Use '===' to compare with ''. - Evidence: while ( id == '' ) id = p.pop() ;
  4. ISSUE: line 185 character 21: Use '===' to compare with '0'. - Evidence: if ( rev.length == 0 ) return flickrfixr_get_current_utc_timestamp () ;