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

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

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

jshint[edit]

  1. ISSUE: line 31 character 20: Use '===' to compare with 'null'. - Evidence: if ( m == null ) {
  2. ISSUE: line 35 character 20: Use '===' to compare with 'null'. - Evidence: if ( m == null ) { console.log( a.attr('href') ); return; }