Commons:User scripts/reports/MediaWiki:Category from gallery.js

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

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

jshint[edit]

  1. ISSUE: line 21 character 48: Missing semicolon. - Evidence: categories = category_matches_array.join('\n')
  2. ISSUE: line 27 character 19: Missing semicolon. - Evidence: defaultsort = ''
  3. ISSUE: line 60 character 42: Use '===' to compare with '0'. - Evidence: if (mw.config.get('wgNamespaceNumber') == 0) { //NS_GALLERY
  4. ISSUE: line 61 character 76: Script URL. - Evidence: mw.util.addPortletLink('p-tb', 'javascript:cfg_doCategoryFromGallery()', cfg_text, 'cat-from-gal', cfg_tooltip, '1');