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

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

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

jshint[edit]

  1. ISSUE: line 25 character 18: ['loadAutoInformationTemplate'] is better written in dot notation. - Evidence: JSconfig.keys['loadAutoInformationTemplate'] = false;
  2. ISSUE: line 69 character 42: ['wpUploadFormHelpOpenClass'] is better written in dot notation. - Evidence: button_imgs = Buttons.buttonClasses['wpUploadFormHelpOpenClass'];
  3. ISSUE: line 195 character 23: Use '!==' to compare with 'null'. - Evidence: if (oldSubmit != null) {
  4. ISSUE: line 197 character 25: eval can be harmful. - Evidence: do_submit = eval (oldSubmit);