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

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

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

jshint[edit]

  1. ISSUE: line 22 character 11: 'qmp' is already defined. - Evidence: var qmp = QInominator.managePanel;
  2. ISSUE: line 73 character 6: Don't make functions within a loop. - Evidence: })();
  3. ISSUE: line 89 character 17: Use '===' to compare with '0'. - Evidence: if( nl.length == 0 ) { return; }
  4. ISSUE: line 90 character 13: Use '===' to compare with '0'. - Evidence: if( count == 0 ) { nl.hide(); }