Commons:User scripts/users namespace/reports/User:Mono/morebits.js

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

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

jshint[edit]

  1. ISSUE: line 169 character 59: Script URL. - Evidence: node.setAttribute( 'action', 'javascript:void(0);');
  2. ISSUE: line 316 character 22: Don't make functions within a loop. - Evidence: };
  3. ISSUE: line 330 character 22: Don't make functions within a loop. - Evidence: };
  4. ISSUE: line 2377 character 23: ['maxlag'] is better written in dot notation. - Evidence: this.query['maxlag'] = wpMaxLag; // are we a bot?
  5. ISSUE: line 2415 character 30: ['wfEditToken'] is better written in dot notation. - Evidence: self.postData['wfEditToken'] = new_token;
  6. ISSUE: line 2422 character 73: ['title'] is better written in dot notation. - Evidence: link.setAttribute( 'href', mw.util.getUrl(self.query['title']) );
  7. ISSUE: line 2423 character 59: ['title'] is better written in dot notation. - Evidence: link.setAttribute( 'title', self.query['title'] );
  8. ISSUE: line 2424 character 74: ['title'] is better written in dot notation. - Evidence: link.appendChild( document.createTextNode( self.query['title'] ) );
  9. ISSUE: line 2437 character 33: ['title'] is better written in dot notation. - Evidence: 'titles': this.query['title'],
  10. ISSUE: line 2455 character 23: ['title'] is better written in dot notation. - Evidence: this.query['title'] = to;