Commons:User scripts/users namespace/reports/User:Borodun/CommonsRing.js

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

This is the report page for User:Borodun/CommonsRing.js. It is bot-maintained. All manual changes might be overwritten.

jshint[edit]

  1. ISSUE: line 155 character 62: Missing semicolon. - Evidence: _$('Nx_Total').textContent = 'загруженых файлов: ...'
  2. ISSUE: line 172 character 13: Use '!==' to compare with ''. - Evidence: if (cnt != '') {
  3. ISSUE: line 243 character 101: Use '===' to compare with '0'. - Evidence: if ( (resource.globalusage[i].wiki == HOME_WIKI) && (resource.globalusage[i].ns == 0) ) {